diff options
Diffstat (limited to 'src/daemon/NotificationDaemon.cpp')
-rw-r--r-- | src/daemon/NotificationDaemon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/NotificationDaemon.cpp b/src/daemon/NotificationDaemon.cpp index 1b85654..cb3c4fa 100644 --- a/src/daemon/NotificationDaemon.cpp +++ b/src/daemon/NotificationDaemon.cpp @@ -49,7 +49,7 @@ NotificationDaemon::~NotificationDaemon() // close D-Bus connection close(); - delete notificationService; + delete notificationNodeService; delete freedesktopService; delete orgService; delete rootService; @@ -118,7 +118,7 @@ void NotificationDaemon::slotConnectionCheck() { rootService = new RootNodeService(mConnection); orgService = new OrgNodeService(mConnection); freedesktopService = new FreeDesktopNodeService(mConnection); - notificationService = new NotificationsNodeService(mConnection); + notificationNodeService = new NotificationsNodeService(mConnection); tqDebug("TDE Notification service setup done."); } |