Added a function decodeString() to util.{h|cpp} that takes a QByteArray with raw...
[quassel.git] / src / client / treemodel.h
index a403984..1941602 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef _TREEMODEL_H_
 #define _TREEMODEL_H_
 
-#include <QtCore>
+#include <QList>
+#include <QVariant>
+#include <QAbstractItemModel>
 
 /*****************************************
  *  general item used in the Tree Model