diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 17:02:01 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 16:35:23 +0200 |
commit | 5f85571d52e9f82486a379d017eb36eda2a9f30e (patch) | |
tree | 3a2ef9cfea0bdbb4872be48f2eb010d730937a90 /src/lib/xdgnotificationmanager.h | |
parent | 1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff) |
Change module to org.kazoe.xdg
Diffstat (limited to 'src/lib/xdgnotificationmanager.h')
-rw-r--r-- | src/lib/xdgnotificationmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/xdgnotificationmanager.h b/src/lib/xdgnotificationmanager.h index 181bf0b..a22e2b2 100644 --- a/src/lib/xdgnotificationmanager.h +++ b/src/lib/xdgnotificationmanager.h @@ -6,7 +6,7 @@ class XdgNotificationServer; -namespace xdg { +namespace KaZoe { uint serverNotify(QObject *manager, const QString &app_name, uint replaces_id, const QString &app_icon, const QString &summary, const QString &body, const QStringList &actions, const QVariantMap &hints, int timeout); class NotificationMessage; |