aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/WebThemeInterfaceDialog.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/theme/WebThemeInterfaceDialog.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/theme/WebThemeInterfaceDialog.h')
-rw-r--r--src/modules/theme/WebThemeInterfaceDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h
index 3e840daee..c71827391 100644
--- a/src/modules/theme/WebThemeInterfaceDialog.h
+++ b/src/modules/theme/WebThemeInterfaceDialog.h
@@ -26,7 +26,7 @@
#include "kvi_settings.h"
-#ifdef COMPILE_WEBKIT_SUPPORT
+#ifdef COMPILE_WEBENGINE_SUPPORT
#include "KviWebPackageManagementDialog.h"
@@ -46,6 +46,6 @@ protected:
bool installPackage(const QString & szPath, QString & szError) override;
};
-#endif //COMPILE_WEBKIT_SUPPORT
+#endif //COMPILE_WEBENGINE_SUPPORT
#endif //_WEBTHEMEINTERFACEDIALOG_H_