summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Benoit <r3m1.benoit@gmail.com>2015-03-27 12:57:54 +0100
committerDavid Edmundson <kde@davidedmundson.co.uk>2015-03-27 16:31:56 +0100
commit494a955128a193382a698ee3d71071d8ff8388e9 (patch)
tree52d688a9fc44ab048d39c58e064fa94fde70945a
parent23d4f9e7a94997463753a13c5e012da50b86c0e2 (diff)
Add missing QObject include
Needed to build against Qt 5.5 as QStringList doesn't include QObject anymore.
-rw-r--r--TelepathyQt/readiness-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TelepathyQt/readiness-helper.h b/TelepathyQt/readiness-helper.h
index d570d172..fea4538a 100644
--- a/TelepathyQt/readiness-helper.h
+++ b/TelepathyQt/readiness-helper.h
@@ -33,6 +33,7 @@
#include <QSet>
#include <QSharedDataPointer>
#include <QStringList>
+#include <QObject>
class QDBusError;