diff options
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index c0bc6fc..0839490 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -23,6 +23,7 @@ #define NOTIFY_DAEMON_H #include <tqwidget.h> +#include <kpassivepopup.h> class NotifierContainer : public TQWidget { @@ -38,6 +39,12 @@ public: public slots: void handleGTKMain(); + void popupClosed(KPassivePopup*); + +private: + TQPtrList<KPassivePopup> mPopupList; + long mTopOfStack; + long mRightOfStack; }; #include <glib.h> |