diff options
| author | 2023-09-20 22:07:04 +0200 | |
|---|---|---|
| committer | 2023-10-18 10:26:35 +0200 | |
| commit | 9419f8b75e9f4816d62614b7cbcdc23b6738a81f (patch) | |
| tree | f82a615acdd1ed738298cff73fb749276a7ba023 /src/modules/objects/libkviobjects.cpp | |
| parent | README.md: replace travis badge with github actions (diff) | |
| download | KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.gz KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.tar.bz2 KVIrc-9419f8b75e9f4816d62614b7cbcdc23b6738a81f.zip | |
Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT
Diffstat (limited to 'src/modules/objects/libkviobjects.cpp')
| -rw-r--r-- | src/modules/objects/libkviobjects.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index 12d9e6c00..091eff6ae 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -65,7 +65,7 @@ #include "KvsObject_treeWidget.h" #include "KvsObject_treeWidgeteItem.h" #include "KvsObject_vBox.h" -#if defined(COMPILE_WEBKIT_SUPPORT) +#if defined(COMPILE_WEBENGINE_SUPPORT) #include "KvsObject_webView.h" #endif #include "KvsObject_widget.h" @@ -97,7 +97,7 @@ static bool objects_module_cleanup(KviModule *) { // Don't attempt to change the order of these calls. // Derived classes must be unregistered before the base ones. -#if defined(COMPILE_WEBKIT_SUPPORT) +#if defined(COMPILE_WEBENGINE_SUPPORT) KvsObject_webView::unregisterSelf(); #endif KvsObject_memoryBuffer::unregisterSelf(); @@ -797,7 +797,7 @@ static bool objects_module_init(KviModule * m) KvsObject_trayIcon::registerSelf(); KvsObject_process::registerSelf(); KvsObject_memoryBuffer::registerSelf(); -#if defined(COMPILE_WEBKIT_SUPPORT) +#if defined(COMPILE_WEBENGINE_SUPPORT) KvsObject_webView::registerSelf(); #endif return true; |
