diff options
Diffstat (limited to 'src/lib/xdgautostart.h')
-rw-r--r-- | src/lib/xdgautostart.h | 4 |
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()); |