summaryrefslogtreecommitdiffstats
path: root/examples/testapp/main.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-18 16:24:15 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-18 16:39:04 +0100
commit9d4c8d4121cb63300c11aabe6a32ea357e83bbef (patch)
treee0427f7bc37caf8054a0e96fe32eab2651988b7a /examples/testapp/main.cpp
parent2c68bc72078dde47fff58ec517d963147beb124e (diff)
Make the example compile with Qt5.
Change-Id: I765d38e8470ebed68d3a9e660bee7b4b9df304bb Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'examples/testapp/main.cpp')
-rw-r--r--examples/testapp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testapp/main.cpp b/examples/testapp/main.cpp
index 79fd8fb8e..b1b039822 100644
--- a/examples/testapp/main.cpp
+++ b/examples/testapp/main.cpp
@@ -45,7 +45,7 @@
#include <kdselfrestarter.h>
-#include <QtGui/QApplication>
+#include <QApplication>
int main(int argc, char *argv[])