summaryrefslogtreecommitdiff
path: root/src/lib/xdgentry.h
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-25 17:02:01 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-26 16:35:23 +0200
commit5f85571d52e9f82486a379d017eb36eda2a9f30e (patch)
tree3a2ef9cfea0bdbb4872be48f2eb010d730937a90 /src/lib/xdgentry.h
parent1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff)
Change module to org.kazoe.xdg
Diffstat (limited to 'src/lib/xdgentry.h')
-rw-r--r--src/lib/xdgentry.h6
1 files changed, 3 insertions, 3 deletions
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