aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp')
-rw-r--r--tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp b/tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp
index d202a79eb9..0e4eebb349 100644
--- a/tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp
+++ b/tests/auto/declarative/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp
@@ -1211,7 +1211,7 @@ int main(int argc, char *argv[])
char arg[] = "-qmljsdebugger=port:3768";
_argv[_argc - 1] = arg;
- QApplication app(_argc, _argv);
+ QGuiApplication app(_argc, _argv);
tst_QDeclarativeEngineDebug tc;
return QTest::qExec(&tc, _argc, _argv);
delete _argv;