diff options
| author | 2011-03-29 12:41:33 +0000 | |
|---|---|---|
| committer | 2011-03-29 12:41:33 +0000 | |
| commit | fc276e8045f4afcea5236d13f92eb4d5c62b5f9c (patch) | |
| tree | 884ef85982fb287206caaa9dc5d4c2e9afd250ed /src/modules | |
| parent | ensure that KviTextIconWindow gets the focus when shown, so keyboard can be u... (diff) | |
| download | KVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.tar.gz KVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.tar.bz2 KVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.zip | |
patch for #1124
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -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(); } |
