summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-21 14:23:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-21 14:23:32 -0500
commit8814698e3f5134f697025e5fad2ed940637e9272 (patch)
treeae5ea38bf5a5919072dea99073be8e0e2726d4de /src/daemon/daemon.h
parent83a46b83d9f57e80bcb82260619b562ffde7e81d (diff)
downloadkdbusnotification-8814698e3f5134f697025e5fad2ed940637e9272.tar.gz
kdbusnotification-8814698e3f5134f697025e5fad2ed940637e9272.zip
Use notifier stack class in tdeui
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>