diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 14:23:32 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 14:23:32 -0500 |
commit | 8814698e3f5134f697025e5fad2ed940637e9272 (patch) | |
tree | ae5ea38bf5a5919072dea99073be8e0e2726d4de /src/daemon/daemon.h | |
parent | 83a46b83d9f57e80bcb82260619b562ffde7e81d (diff) | |
download | kdbusnotification-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.h | 25 |
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> |