diff options
| author | 2011-03-17 14:18:25 +0000 | |
|---|---|---|
| committer | 2011-03-17 14:18:25 +0000 | |
| commit | fd5cfdf1f152a8c904efecc7fc3f6d863e7a12e6 (patch) | |
| tree | 570e6e7d69a0ef0aef40d4d0a40589a407dcd28c /src/modules/theme/ThemeManagementDialog.cpp | |
| parent | update (diff) | |
| download | KVIrc-fd5cfdf1f152a8c904efecc7fc3f6d863e7a12e6.tar.gz KVIrc-fd5cfdf1f152a8c904efecc7fc3f6d863e7a12e6.tar.bz2 KVIrc-fd5cfdf1f152a8c904efecc7fc3f6d863e7a12e6.zip | |
Change spaces to tabs, reindent, simplify
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5617 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index ead7de0e7..045609a84 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -22,8 +22,9 @@ // //============================================================================= #include "kvi_settings.h" + #if defined(COMPILE_WEBKIT_SUPPORT) && (QT_VERSION >= 0x040600) -#include "WebThemeInterfaceDialog.h" + #include "WebThemeInterfaceDialog.h" #endif |
