summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/switchrow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/switchrow.hpp')
-rw-r--r--adw/include/adwaitamm/switchrow.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/adw/include/adwaitamm/switchrow.hpp b/adw/include/adwaitamm/switchrow.hpp
index c13d534..37e2e05 100644
--- a/adw/include/adwaitamm/switchrow.hpp
+++ b/adw/include/adwaitamm/switchrow.hpp
@@ -21,9 +21,9 @@
using AdwSwitchRow = struct _AdwSwitchRow;
-namespace turns::adw
+namespace Adwaita
{
- struct SwitchRow final : adw::ActionRow,
+ struct SwitchRow final : ActionRow,
helpers::gobj_mixin<SwitchRow, AdwSwitchRow>
{
struct Class : Glib::Class
@@ -31,7 +31,7 @@ namespace turns::adw
using BaseClassParent = AdwActionRowClass;
using BaseClassType = AdwSwitchRowClass;
using BaseObjectType = AdwSwitchRow;
- using CppClassParent = adw::ActionRow::Class;
+ using CppClassParent = ActionRow::Class;
using CppObjectType = SwitchRow;
auto init() -> Glib::Class const &;
@@ -78,11 +78,11 @@ namespace turns::adw
return helpers::make_property_proxy<bool>(self, "active");
}
-} // namespace turns::adw
+} // namespace Adwaita
namespace Glib
{
- auto wrap(AdwSwitchRow * object, bool copy = false) -> turns::adw::SwitchRow *;
+ auto wrap(AdwSwitchRow * object, bool copy = false) -> Adwaita::SwitchRow *;
} // namespace Glib
#endif \ No newline at end of file