Yay! After months, distributed client/core operation is working again!
[quassel.git] / src / core / sqlitestorage.h
index 9b60aae..393050b 100644 (file)
 #ifndef _SQLITESTORAGE_H_
 #define _SQLITESTORAGE_H_
 
-#include <QtCore>
 #include <QCryptographicHash>
 
 #include "global.h"
 #include "storage.h"
 
+class QSqlQuery;
+
 class SqliteStorage : public Storage {
   Q_OBJECT