summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp')
-rw-r--r--tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp b/tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp
index d1d1144c4f..91dfc156b9 100644
--- a/tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp
+++ b/tests/auto/tools/qmake/testdata/quotedfilenames/main.cpp
@@ -41,11 +41,11 @@
-#include <qapplication.h>
+#include <qguiapplication.h>
int main( int argc, char **argv )
{
- QApplication a( argc, argv );
+ QGuiApplication a( argc, argv );
return a.exec();
}