Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / common / logger.h
index ba8eba4..24a8bb1 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _LOGGER_H_
 #define _LOGGER_H_
 
-#include <QtCore>
+#include <QObject>
 
 class Logger : public QObject {
   Q_OBJECT