summaryrefslogtreecommitdiffstats
path: root/lib/quick/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/quick/plugin.cpp')
-rw-r--r--lib/quick/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/quick/plugin.cpp b/lib/quick/plugin.cpp
index b2e332c91..e1da73cca 100644
--- a/lib/quick/plugin.cpp
+++ b/lib/quick/plugin.cpp
@@ -41,7 +41,7 @@
#include <QtQml/qqmlextensionplugin.h>
-#include "qquickwebcontentsview_p.h"
+#include "qquickwebengineview_p.h"
QT_BEGIN_NAMESPACE
@@ -55,7 +55,7 @@ public:
Q_ASSERT(QLatin1String(uri) == QLatin1String("QtWebEngine"));
Q_UNUSED(uri);
- qmlRegisterType<QQuickWebContentsView>(uri, 1, 0, "WebContentsView");
+ qmlRegisterType<QQuickWebEngineView>(uri, 1, 0, "WebEngineView");
}
};