summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/helpers
diff options
context:
space:
mode:
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