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/theme/WebThemeInterfaceDialog.h | |
| 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/theme/WebThemeInterfaceDialog.h')
| -rw-r--r-- | src/modules/theme/WebThemeInterfaceDialog.h | 4 |
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_ |
