diff options
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; |