summaryrefslogtreecommitdiffstats
path: root/qtsoap/examples/google/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/google/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/google/main.cpp')
-rw-r--r--qtsoap/examples/google/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsoap/examples/google/main.cpp b/qtsoap/examples/google/main.cpp
index e665e43..a301982 100644
--- a/qtsoap/examples/google/main.cpp
+++ b/qtsoap/examples/google/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
+#include <QApplication>
#include "google.h"
int main(int argc, char **argv)