summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 8931293..768f438 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -22,6 +22,18 @@
#ifndef NOTIFY_DAEMON_H
#define NOTIFY_DAEMON_H
+class TDEUI_EXPORT NotificationContainer : public TDEPassivePopupStackContainer
+{
+ Q_OBJECT
+
+ public:
+ NotificationContainer();
+ ~NotificationContainer();
+
+ public slots:
+ void handleGTKMain();
+};
+
#include <glib.h>
#include <glib-object.h>