Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / qtgui / channelwidgetinput.cpp
index c4d1a06..5ee0daa 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "channelwidgetinput.h"
 
+#include "tabcompleter.h"
+
 ChannelWidgetInput::ChannelWidgetInput(QWidget *parent) : QLineEdit(parent) {
   idx = 0;
   connect(this, SIGNAL(returnPressed()), this, SLOT(enter()));