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/xdgentry.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/xdgentry.h') diff --git a/src/lib/xdgentry.h b/src/lib/xdgentry.h index 006d3ae..147072c 100644 --- a/src/lib/xdgentry.h +++ b/src/lib/xdgentry.h @@ -16,7 +16,7 @@ #define XDG_ACTION_START "Desktop Action Start/Exec" #define XDG_ACTION_STOP "Desktop Action Stop/Exec" -namespace xdg { +namespace KaZoe { class Entry: public QObject { Q_OBJECT @@ -38,7 +38,7 @@ namespace xdg { public: explicit Entry(QString desktopfile, QObject *parent = nullptr); explicit Entry(QObject *parent = nullptr); - explicit Entry(const xdg::Entry& origin); + explicit Entry(const KaZoe::Entry& origin); QString path() const; QString appId() const; @@ -62,6 +62,6 @@ namespace xdg { }; } -Q_DECLARE_METATYPE(const xdg::Entry*) +Q_DECLARE_METATYPE(const KaZoe::Entry*) #endif // XDGENTRY_H -- cgit v1.2.3