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.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 092242d..8931293 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -22,31 +22,6 @@
#ifndef NOTIFY_DAEMON_H
#define NOTIFY_DAEMON_H
-#include <tqwidget.h>
-#include <kpassivepopup.h>
-
-class NotifierContainer : public TQWidget
-{
- Q_OBJECT
-
-
-public:
- NotifierContainer();
- ~NotifierContainer();
-
- void displayMessage(TQString title, TQString message, TQString icon, int x, int y);
- void processEvents();
-
-public slots:
- void handleGTKMain();
- void popupClosed(KPassivePopup*);
-
-private:
- TQPtrList<KPassivePopup> mPopupList;
- long mTopOfStack;
- long mRightOfStack;
-};
-
#include <glib.h>
#include <glib-object.h>