aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWindow.h
diff options
context:
space:
mode:
authorGravatar ctrlaltca2023-09-19 16:06:27 +0200
committerGravatar GitHub2023-09-19 16:06:27 +0200
commit681f0940b6499d83b35bbfea2695aaedb34726e2 (patch)
tree6afbcad7d63804beb3cdc3978477d3486d9d6b41 /src/modules/help/HelpWindow.h
parentPort the mediaplayer mpris interface to mpris 2.2; fix #1912 (#2552) (diff)
downloadKVIrc-681f0940b6499d83b35bbfea2695aaedb34726e2.tar.gz
KVIrc-681f0940b6499d83b35bbfea2695aaedb34726e2.tar.bz2
KVIrc-681f0940b6499d83b35bbfea2695aaedb34726e2.zip
Replace WtWbKit with QtWebEngine (#2554)
Diffstat (limited to 'src/modules/help/HelpWindow.h')
-rw-r--r--src/modules/help/HelpWindow.h4
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