Fix building without KDE
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 25 Feb 2010 17:34:57 +0000 (18:34 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 25 Feb 2010 17:34:57 +0000 (18:34 +0100)
src/qtui/legacysystemtray.cpp

index 3368b29..18186f2 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef QT_NO_SYSTEMTRAYICON
 
 #include "legacysystemtray.h"
+#include "mainwin.h"
 #include "qtui.h"
 
 LegacySystemTray::LegacySystemTray(QWidget *parent)