summaryrefslogtreecommitdiffstats
path: root/qtsoap/examples/population/main.cpp
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-12-28 20:42:13 +1100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2012-12-29 20:20:47 +0100
commit534707f5288181af50a5f560a0a26601fdd01531 (patch)
treea51f2be5403280469424e8d8556ff0812a6e7d05 /qtsoap/examples/population/main.cpp
parent59cd338c351d444cf727ae59372121abebbbec4e (diff)
Remove module prefix from includes
The module prefix is not needed and removing it adds compatibility with Qt 5 which has classes moved into different modules. Change-Id: I20823be670d78ba6cc8eb0e5de1f4f3b6fa2edb6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'qtsoap/examples/population/main.cpp')
-rw-r--r--qtsoap/examples/population/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsoap/examples/population/main.cpp b/qtsoap/examples/population/main.cpp
index 2a5f4ac..79e2b7c 100644
--- a/qtsoap/examples/population/main.cpp
+++ b/qtsoap/examples/population/main.cpp
@@ -45,7 +45,7 @@
the daily world population estimate, and the list of available
countries.
*/
-#include <QtGui/QApplication>
+#include <QApplication>
#include "population.h"
#define USAGE1 QT_TRANSLATE_NOOP("Population::main", "XMethods' interface to a World Population .NET service.")