aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/libkvitheme.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-06 17:42:14 +0000
committerGravatar Elvio Basello2008-04-06 17:42:14 +0000
commitea22c275adc3a25519fade09f334fba7e5667093 (patch)
tree48bb760c9369e57b7702972195368f9868a433b5 /src/modules/theme/libkvitheme.cpp
parentQt4 porting (diff)
downloadKVIrc-ea22c275adc3a25519fade09f334fba7e5667093.tar.gz
KVIrc-ea22c275adc3a25519fade09f334fba7e5667093.tar.bz2
KVIrc-ea22c275adc3a25519fade09f334fba7e5667093.zip
more code clean; small porting
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1412 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/libkvitheme.cpp')
-rw-r--r--src/modules/theme/libkvitheme.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp
index 54f1359f6..e73d46be0 100644
--- a/src/modules/theme/libkvitheme.cpp
+++ b/src/modules/theme/libkvitheme.cpp
@@ -22,6 +22,9 @@
//
///////////////////////////////////////////////////////////////////////////////
+#include "managementdialog.h"
+#include "themefunctions.h"
+
#include "kvi_module.h"
#include "kvi_locale.h"
#include "kvi_qstring.h"
@@ -37,10 +40,7 @@
#include "kvi_fileutils.h"
#include "kvi_filedialog.h"
-#include "managementdialog.h"
-#include "themefunctions.h"
-
-#include <qfileinfo.h>
+#include <QFileInfo>
QRect g_rectManagementDialogGeometry(0,0,0,0);
@@ -182,8 +182,8 @@ static bool theme_module_can_unload(KviModule * m)
KVIRC_MODULE(
- "theme", // module name
- "1.0.0", // module version
+ "Theme", // module name
+ "4.0.0", // module version
"Copyright (C) 2006 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
"Theme management functions",
theme_module_init,