summaryrefslogtreecommitdiffstats
path: root/examples/widgets/browser/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/browser/history.h')
-rw-r--r--examples/widgets/browser/history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/browser/history.h b/examples/widgets/browser/history.h
index e8764f2ff..201863f4c 100644
--- a/examples/widgets/browser/history.h
+++ b/examples/widgets/browser/history.h
@@ -52,7 +52,7 @@
#include <QtCore/QSortFilterProxyModel>
-#include <QWebHistoryInterface>
+#include <QWebEngineHistoryInterface>
class HistoryItem
{
@@ -79,7 +79,7 @@ class AutoSaver;
class HistoryModel;
class HistoryFilterModel;
class HistoryTreeModel;
-class HistoryManager : public QWebHistoryInterface
+class HistoryManager : public QWebEngineHistoryInterface
{
Q_OBJECT
Q_PROPERTY(int historyLimit READ historyLimit WRITE setHistoryLimit)