From 9419f8b75e9f4816d62614b7cbcdc23b6738a81f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 20 Sep 2023 22:07:04 +0200 Subject: Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT --- src/modules/objects/KvsObject_webView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/KvsObject_webView.cpp') 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 -#if defined(COMPILE_WEBKIT_SUPPORT) +#if defined(COMPILE_WEBENGINE_SUPPORT) #include #include #include @@ -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() 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 -- cgit v1.3.1-10-gc9f91