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/xdgautostart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/xdgautostart.h') 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()); -- cgit v1.2.3