Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / qtgui / channelwidgetinput.h
index eb9a9de..5efebd8 100644 (file)
@@ -21,9 +21,9 @@
 #ifndef _CHANNELWIDGETINPUT_H_
 #define _CHANNELWIDGETINPUT_H_
 
-#include <QtCore>
 #include <QtGui>
-#include "tabcompleter.h"
+
+class TabCompleter;
 
 class ChannelWidgetInput : public QLineEdit {
   Q_OBJECT