summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp')
-rw-r--r--tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp b/tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp
index 3dffa1d84..6f48c957f 100644
--- a/tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp
+++ b/tests/auto/quick/qtbug-70248/tst_qtbug-70248.cpp
@@ -26,7 +26,7 @@
**
****************************************************************************/
-#include "qtwebengineglobal.h"
+#include "qtwebenginequickglobal.h"
#include <QQuickWebEngineProfile>
#include <QQmlApplicationEngine>
#include <QQuickWindow>
@@ -43,7 +43,7 @@ private slots:
void tst_qtbug_70248::test()
{
- QtWebEngine::initialize();
+ QtWebEngineQuick::initialize();
QScopedPointer<QQmlApplicationEngine> engine;
QQuickWebEngineProfile::defaultProfile()->setOffTheRecord(true);
engine.reset(new QQmlApplicationEngine());