summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/WindowsNotifier.h')
-rw-r--r--Swift/QtUI/WindowsNotifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/WindowsNotifier.h b/Swift/QtUI/WindowsNotifier.h
index fae0795..945ef6b 100644
--- a/Swift/QtUI/WindowsNotifier.h
+++ b/Swift/QtUI/WindowsNotifier.h
@@ -11,11 +11,12 @@
#include <QObject>
#include <SwifTools/Notifier/Notifier.h>
-#include <SwifTools/Notifier/SnarlNotifier.h>
class QSystemTrayIcon;
namespace Swift {
+ class Win32NotifierWindow;
+
class WindowsNotifier : public QObject, public Notifier {
Q_OBJECT
@@ -32,7 +33,6 @@ namespace Swift {
private:
QSystemTrayIcon* tray;
Win32NotifierWindow* notifierWindow;
- SnarlNotifier* snarlNotifier;
boost::function<void()> lastCallback;
};
}