diff options
Diffstat (limited to 'src/modules/help/HelpWindow.h')
| -rw-r--r-- | src/modules/help/HelpWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/HelpWindow.h b/src/modules/help/HelpWindow.h index 865fb5fee..bdd115f33 100644 --- a/src/modules/help/HelpWindow.h +++ b/src/modules/help/HelpWindow.h @@ -32,7 +32,7 @@ #include <QTabWidget> #ifdef COMPILE_WEBKIT_SUPPORT -#include <QtWebKitWidgets/QWebView> +#include <QWebEngineView> #else class QTextBrowser; #endif @@ -80,7 +80,7 @@ protected: public: #ifdef COMPILE_WEBKIT_SUPPORT - QWebView * textBrowser(); + QWebEngineView * textBrowser(); #else QTextBrowser * textBrowser(); #endif |
