aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_webView.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2023-09-20 22:07:04 +0200
committerGravatar ctrlaltca2023-10-18 10:26:35 +0200
commit9419f8b75e9f4816d62614b7cbcdc23b6738a81f (patch)
treef82a615acdd1ed738298cff73fb749276a7ba023 /src/modules/objects/KvsObject_webView.cpp
parentREADME.md: replace travis badge with github actions (diff)
downloadKVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.gz
KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.bz2
KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.zip
Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT
Diffstat (limited to 'src/modules/objects/KvsObject_webView.cpp')
-rw-r--r--src/modules/objects/KvsObject_webView.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp
index 470bfca0d..d5fc79414 100644
--- a/src/modules/objects/KvsObject_webView.cpp
+++ b/src/modules/objects/KvsObject_webView.cpp
@@ -33,7 +33,7 @@
#include <QMenu>
-#if defined(COMPILE_WEBKIT_SUPPORT)
+#if defined(COMPILE_WEBENGINE_SUPPORT)
#include <QWebEngineProfile>
#include <QWebEngineView>
#include <QWebEngineSettings>
@@ -276,12 +276,12 @@ const char * const actions_tbl[] = {
@type:
class
@short:
- Provides web support in a widget using webkit.
+ Provides web support in a widget using webengine.
@inherits:
[class]object[/class]
[class]widget[/class]
@description:
- Provides an embedded web browser using webkit. Page structure can be managed by web element's unique identifiers.
+ Provides an embedded web browser using webengine. Page structure can be managed by web element's unique identifiers.
@functions:
!fn: $load(<url:string>)
Sets the current URL for the webView and starts loading it
@@ -787,4 +787,4 @@ bool KviKvsWebView::event(QEvent * e)
}
KviKvsWebView::~KviKvsWebView()
= default;
-#endif // COMPILE_WEBKIT_SUPPORT
+#endif // COMPILE_WEBENGINE_SUPPORT