aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-03-29 12:41:33 +0000
committerGravatar Fabio Bas2011-03-29 12:41:33 +0000
commitfc276e8045f4afcea5236d13f92eb4d5c62b5f9c (patch)
tree884ef85982fb287206caaa9dc5d4c2e9afd250ed /src/modules
parentensure that KviTextIconWindow gets the focus when shown, so keyboard can be u... (diff)
downloadKVIrc-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.cpp1
-rw-r--r--src/modules/theme/ThemeManagementDialog.cpp2
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();
}