summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/helpers
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:18:13 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:19:10 +0200
commite0b53e79cb640bbfb8d281238af9f0e02d17403b (patch)
tree14e0629061004f43b580e32a48c5aa74f0522ae0 /adw/include/adwaitamm/helpers
parent9d5512624637fad84c1b3edb97270c4f10c5056a (diff)
downloadturns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.tar.xz
turns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.zip
adw: rename namespace to Adwaita
Diffstat (limited to 'adw/include/adwaitamm/helpers')
-rw-r--r--adw/include/adwaitamm/helpers/gobj_mixin.hpp4
-rw-r--r--adw/include/adwaitamm/helpers/properties.hpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/adw/include/adwaitamm/helpers/gobj_mixin.hpp b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
index 2a6aa37..fbdaa4e 100644
--- a/adw/include/adwaitamm/helpers/gobj_mixin.hpp
+++ b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
@@ -5,7 +5,7 @@
#include <type_traits>
-namespace turns::adw::helpers
+namespace Adwaita::helpers
{
template<typename Type, typename AdwType>
@@ -32,6 +32,6 @@ namespace turns::adw::helpers
}
};
-} // namespace turns::adw::helpers
+} // namespace Adwaita::helpers
#endif \ No newline at end of file
diff --git a/adw/include/adwaitamm/helpers/properties.hpp b/adw/include/adwaitamm/helpers/properties.hpp
index 6a7f7aa..fad99d6 100644
--- a/adw/include/adwaitamm/helpers/properties.hpp
+++ b/adw/include/adwaitamm/helpers/properties.hpp
@@ -6,7 +6,7 @@
#include <type_traits>
-namespace turns::adw::helpers
+namespace Adwaita::helpers
{
template<typename ProxiedType, typename ObjectType>
@@ -30,6 +30,6 @@ namespace turns::adw::helpers
return deduced_property_proxy_t<ProxiedType, std::remove_reference_t<ObjectType>>{&object, property};
}
-} // namespace turns::adw::helpers
+} // namespace Adwaita::helpers
#endif \ No newline at end of file