diff options
author | Timothy Pearson <[email protected]> | 2015-09-21 23:33:18 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-21 23:33:18 -0500 |
commit | 2d06be1026fc69b8ef4fa0ce7eff31d63431b6f5 (patch) | |
tree | e160a175689704a9b4d0a86b99e8dda8571ecfbd /src/daemon/daemon.h | |
parent | 8814698e3f5134f697025e5fad2ed940637e9272 (diff) | |
download | kdbusnotification-2d06be1026fc69b8ef4fa0ce7eff31d63431b6f5.tar.gz kdbusnotification-2d06be1026fc69b8ef4fa0ce7eff31d63431b6f5.zip |
Fix incorrect slots
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 12 |
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> |