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/xdgentries.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/xdgentries.h') diff --git a/src/lib/xdgentries.h b/src/lib/xdgentries.h index fd0458a..587d67a 100644 --- a/src/lib/xdgentries.h +++ b/src/lib/xdgentries.h @@ -5,7 +5,7 @@ #include #include -namespace xdg { +namespace KaZoe { class Entry; class Entries : public QObject @@ -13,7 +13,7 @@ namespace xdg { Q_OBJECT QString m_type; QFileSystemWatcher m_watcher; - QMap m_entries; + QMap m_entries; private slots: void _directoryChanged(const QString &path); @@ -26,7 +26,7 @@ namespace xdg { int addDirectory(const QString &path, bool replace = false); qsizetype count() const; const Entry *getEntry(int i) const; - QList getEntries(); + QList getEntries(); signals: void entryDataChanged(const QString appid, const QString key, const QString value); -- cgit v1.2.3