From e0b53e79cb640bbfb8d281238af9f0e02d17403b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 07:18:13 +0200 Subject: adw: rename namespace to Adwaita --- adw/include/adwaitamm/switchrow.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'adw/include/adwaitamm/switchrow.hpp') 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 { 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(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 -- cgit v1.2.3