diff options
Diffstat (limited to 'src/daemon/NotificationDaemon.h')
-rw-r--r-- | src/daemon/NotificationDaemon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/NotificationDaemon.h b/src/daemon/NotificationDaemon.h index bd572c7..8f73ba1 100644 --- a/src/daemon/NotificationDaemon.h +++ b/src/daemon/NotificationDaemon.h @@ -1,10 +1,10 @@ /* * NotificationDaemon.h * - * Created on: May 11, 2021 - * Author: emanoil + * Copyright (C) 2021 Emanoil Kotsev <[email protected]> * - * 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 */ + #ifndef SRC_DAEMON_NOTIFICATIONDAEMON_H_ #define SRC_DAEMON_NOTIFICATIONDAEMON_H_ @@ -78,7 +79,6 @@ private: OrgNodeService *orgService; FreeDesktopNodeService *freedesktopService; NotificationsNodeService *notificationService; -// DBusReceiver *receiver; TQT_DBusConnection mConnection; int retryCount; |