summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.h')
-rw-r--r--src/Applet/CCApplet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index ed5d36d..98472b4 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -24,6 +24,7 @@
#include <map>
#include <string>
#include <DBusClientProxy.h>
+#include<libnotify/notify.h>
class CApplet
: public CDBusClient_proxy,
@@ -32,6 +33,7 @@ class CApplet
{
private:
GtkStatusIcon* m_pStatusIcon;
+ NotifyNotification *m_pNotification;
std::map<int, std::string > m_mapEvents;
public:
CApplet(DBus::Connection &connection, const char *path, const char *name);