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