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