diff options
Diffstat (limited to 'src/daemon/NotificationDaemon.cpp')
-rw-r--r-- | src/daemon/NotificationDaemon.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/NotificationDaemon.cpp b/src/daemon/NotificationDaemon.cpp index 1c9aa56..1b85654 100644 --- a/src/daemon/NotificationDaemon.cpp +++ b/src/daemon/NotificationDaemon.cpp @@ -1,10 +1,10 @@ /* * NotificationDaemon.cpp * - * Created on: May 11, 2021 - * Author: emanoil + * Copyright (C) 2021 Emanoil Kotsev <deloptes@gmail.com> * - * kdbusnotification Copyright (C) 2009 kdbusnotification development team + * + * This file is part of kdbusnotification. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -19,6 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include <tqtimer.h> #include <tqdbusmessage.h> #include <tqdbuserror.h> @@ -52,7 +53,6 @@ NotificationDaemon::~NotificationDaemon() delete freedesktopService; delete orgService; delete rootService; -// delete receiver; } bool NotificationDaemon::isConnectedToDBUS(){ |