summaryrefslogtreecommitdiff
path: root/examples/widgets/widgetsnanobrowser/widgetwindow.h
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-13 13:10:49 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-19 18:55:57 +0200
commitb9a97b2c4dca50f0c13a1006130e095e85936a2a (patch)
tree5b7b9eb260c642d92770cb3f93ce0e7b76c7d18a /examples/widgets/widgetsnanobrowser/widgetwindow.h
parentb6b4418db975e3c6003376b28f74d669cdf58ea4 (diff)
downloadqtwebengine-b9a97b2c4dca50f0c13a1006130e095e85936a2a.tar.gz
Change "Contents" to "Engine" in API class names.
Change-Id: I58d83f4f33728f92e4bf13b6be30b15528fdd033 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'examples/widgets/widgetsnanobrowser/widgetwindow.h')
-rw-r--r--examples/widgets/widgetsnanobrowser/widgetwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/widgetsnanobrowser/widgetwindow.h b/examples/widgets/widgetsnanobrowser/widgetwindow.h
index 863e8a73f..d11f946e9 100644
--- a/examples/widgets/widgetsnanobrowser/widgetwindow.h
+++ b/examples/widgets/widgetsnanobrowser/widgetwindow.h
@@ -45,7 +45,7 @@
#include <QtWidgets>
#include <QScopedPointer>
-class QWebContentsView;
+class QWebEngineView;
class WidgetWindow : public QWidget {
Q_OBJECT
@@ -60,7 +60,7 @@ private Q_SLOTS:
void loadFinished(bool);
private:
- QScopedPointer<QWebContentsView> m_webView;
+ QScopedPointer<QWebEngineView> m_webView;
QLineEdit* addressLineEdit;
QToolButton* forwardButton;
QToolButton* backButton;