From 5f85571d52e9f82486a379d017eb36eda2a9f30e Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 17:02:01 +0200 Subject: Change module to org.kazoe.xdg --- src/lib/xdgstatusnotifierhost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/xdgstatusnotifierhost.cpp') diff --git a/src/lib/xdgstatusnotifierhost.cpp b/src/lib/xdgstatusnotifierhost.cpp index 49a17b1..729bb8d 100644 --- a/src/lib/xdgstatusnotifierhost.cpp +++ b/src/lib/xdgstatusnotifierhost.cpp @@ -6,7 +6,7 @@ using namespace org::kde; -namespace xdg { +namespace KaZoe { class StatusNotifierHostPrivate { Q_DISABLE_COPY(StatusNotifierHostPrivate) Q_DECLARE_PUBLIC(StatusNotifierHost) @@ -75,7 +75,7 @@ namespace xdg { }; }; -using namespace xdg; +using namespace KaZoe; StatusNotifierHost::StatusNotifierHost(QObject *parent) : QAbstractListModel{parent} -- cgit v1.2.3