Reorganizing of the Quassel architecture is almost done. Client and GUI have been...
[quassel.git] / src / client / buffertreemodel.h
index 0848c8f..9d71dee 100644 (file)
@@ -22,6 +22,7 @@
 #define _BUFFERTREEMODEL_H_
 
 #include <QtCore>
+#include <QItemSelectionModel> // FIXME Dependency on QtGui
 
 #include "treemodel.h"
 #include "buffer.h"