diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/help/libkvihelp.cpp | 1 | ||||
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index d276f4a39..ff1f212a8 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -208,7 +208,6 @@ static bool help_kvs_cmd_open(KviKvsModuleCommandCall * c) #endif w->show(); } -#include <QtWebKit/QWebView> return true; } diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index c2e667080..8cf91beb3 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -414,7 +414,9 @@ void ThemeManagementDialog::getMoreThemes() void ThemeManagementDialog::webThemeInterfaceDialogDestroyed() { +#ifdef COMPILE_WEBKIT_SUPPORT m_pWebThemeInterfaceDialog = NULL; +#endif fillThemeBox(); } |
