diff options
author | Emanoil Kotsev <[email protected]> | 2024-12-05 17:17:00 +0000 |
---|---|---|
committer | Emanoil Kotsev <[email protected]> | 2024-12-05 17:17:00 +0000 |
commit | 8cfd84d9f2b13ee896e2bf5a23ac643745d249fe (patch) | |
tree | b2a9679e63d0822b0b2e32840312e11d0ddb17f2 /src/daemon/NotificationDaemon.h | |
parent | 3bd723f9f9f729541c98c9e03a69bfa650b4905d (diff) | |
download | kdbusnotification-feat/with_dbus-1-tqt.tar.gz kdbusnotification-feat/with_dbus-1-tqt.zip |
KUniqueApplication -> TDEUniqueApplicationfeat/with_dbus-1-tqt
Signed-off-by: Emanoil Kotsev <[email protected]>
Diffstat (limited to 'src/daemon/NotificationDaemon.h')
-rw-r--r-- | src/daemon/NotificationDaemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/NotificationDaemon.h b/src/daemon/NotificationDaemon.h index c655f98..34c9c5b 100644 --- a/src/daemon/NotificationDaemon.h +++ b/src/daemon/NotificationDaemon.h @@ -23,13 +23,13 @@ #ifndef SRC_DAEMON_NOTIFICATIONDAEMON_H_ #define SRC_DAEMON_NOTIFICATIONDAEMON_H_ -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tqdbusconnection.h> #include <tqdbusmessage.h> #include "notificationNodeService.h" -class NotificationDaemon : public KUniqueApplication +class NotificationDaemon : public TDEUniqueApplication { TQ_OBJECT |