From 681f0940b6499d83b35bbfea2695aaedb34726e2 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Tue, 19 Sep 2023 16:06:27 +0200 Subject: Replace WtWbKit with QtWebEngine (#2554) --- src/modules/help/HelpWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/help/HelpWindow.h') 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 #ifdef COMPILE_WEBKIT_SUPPORT -#include +#include #else class QTextBrowser; #endif @@ -80,7 +80,7 @@ protected: public: #ifdef COMPILE_WEBKIT_SUPPORT - QWebView * textBrowser(); + QWebEngineView * textBrowser(); #else QTextBrowser * textBrowser(); #endif -- cgit v1.3.1-10-gc9f91