aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_webView.h
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.h
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.h')
-rw-r--r--src/modules/objects/KvsObject_webView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_webView.h b/src/modules/objects/KvsObject_webView.h
index b396a38bb..8bb9f9b9e 100644
--- a/src/modules/objects/KvsObject_webView.h
+++ b/src/modules/objects/KvsObject_webView.h
@@ -26,7 +26,7 @@
//=============================================================================
#include "kvi_settings.h"
-#if defined(COMPILE_WEBKIT_SUPPORT)
+#if defined(COMPILE_WEBENGINE_SUPPORT)
#include "object_macros.h"
#include <QFile>
#include <QNetworkAccessManager>
@@ -170,5 +170,5 @@ protected slots:
void slotFinished();
};
-#endif // COMPILE_WEBKIT_SUPPORT
+#endif // COMPILE_WEBENGINE_SUPPORT
#endif // _CLASS_WEBVIEW_H_