summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-23 20:45:49 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 14:54:15 -0200
commit6b17778ac18dc28316a97bb2dbd99fee3524c160 (patch)
tree9986dfd602139b564bc8a517841107544f32b56a /examples
parent2a3e2afb5f1f24038b29cbfecc34d1064e09801d (diff)
accounts example: Include QApplication header as it's not part of QtGui in Qt5.
Diffstat (limited to 'examples')
-rw-r--r--examples/accounts/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/accounts/main.cpp b/examples/accounts/main.cpp
index c6d1fc1b..d3d89d64 100644
--- a/examples/accounts/main.cpp
+++ b/examples/accounts/main.cpp
@@ -2,6 +2,7 @@
#include <TelepathyQt/Constants>
#include <TelepathyQt/Types>
+#include <QApplication>
#include <QtGui>
#include "accounts-window.h"