summaryrefslogtreecommitdiff
path: root/src/lib/xdgautostart.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/xdgautostart.h
parent1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff)
Change module to org.kazoe.xdg
Diffstat (limited to 'src/lib/xdgautostart.h')
-rw-r--r--src/lib/xdgautostart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/xdgautostart.h b/src/lib/xdgautostart.h
index fc6c02d..e4fd63a 100644
--- a/src/lib/xdgautostart.h
+++ b/src/lib/xdgautostart.h
@@ -5,13 +5,13 @@
#include "xdgentries.h"
-namespace xdg {
+namespace KaZoe {
class AutoStart : public QObject
{
Q_OBJECT
public:
explicit AutoStart(QObject *parent = nullptr);
- xdg::Entries m_entries;
+ KaZoe::Entries m_entries;
public slots:
void start(QString key = QString(), QString value = QString());