summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-23 20:45:08 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 14:45:46 -0200
commit2a3e2afb5f1f24038b29cbfecc34d1064e09801d (patch)
tree03c4dc090e89a8db0d7a1b77469eff18ffe26245 /examples
parent14926bf18068bf579c0f828c727064412b55e846 (diff)
roster example: Include QApplication header as it's not part of QtGui in Qt5.
Diffstat (limited to 'examples')
-rw-r--r--examples/roster/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/roster/main.cpp b/examples/roster/main.cpp
index d3d9d4e5..5b7fc16c 100644
--- a/examples/roster/main.cpp
+++ b/examples/roster/main.cpp
@@ -22,6 +22,7 @@
#include <TelepathyQt/Debug>
#include <TelepathyQt/Types>
+#include <QApplication>
#include <QDebug>
#include <QtGui>