aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpWidget.h')
-rw-r--r--src/modules/help/HelpWidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/HelpWidget.h b/src/modules/help/HelpWidget.h
index 75a91c683..49469f633 100644
--- a/src/modules/help/HelpWidget.h
+++ b/src/modules/help/HelpWidget.h
@@ -28,7 +28,7 @@
#include "kvi_settings.h"
#ifdef COMPILE_WEBKIT_SUPPORT
-#include <QtWebKitWidgets/QWebView>
+#include <QWebEngineView>
#else
#include <QTextBrowser>
#endif
@@ -53,7 +53,7 @@ private:
QToolBar * m_pToolBar;
QToolBar * m_pToolBarHighlight;
QLineEdit * m_pFindText;
- QWebView * m_pTextBrowser;
+ QWebEngineView * m_pTextBrowser;
#else
QVBoxLayout * m_pLayout;
QToolBar * m_pToolBar;
@@ -77,7 +77,7 @@ protected slots:
#endif
public:
#ifdef COMPILE_WEBKIT_SUPPORT
- QWebView * textBrowser()
+ QWebEngineView * textBrowser()
{
return m_pTextBrowser;
}