diff options
Diffstat (limited to 'src/daemon/NotificationsService.h')
| -rw-r--r-- | src/daemon/NotificationsService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/NotificationsService.h b/src/daemon/NotificationsService.h index ff44691..5c439a7 100644 --- a/src/daemon/NotificationsService.h +++ b/src/daemon/NotificationsService.h @@ -78,7 +78,7 @@ protected: private: TQT_DBusConnection *mConnection; TQ_UINT32 mNotificationId; - TQMap<TQ_UINT32, NotifyWidget*> notificationMap; + TQMap<TQ_UINT32, NotifyWidget*> mNotificationMap; }; #endif /* NOTIFICATIONSSERVICE_H_ */ |
