aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/libkvisetup.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-03-26 05:01:53 +0000
committerGravatar Elvio Basello2008-03-26 05:01:53 +0000
commit751840855dff580bc2f5debe6369cee2313bd3e2 (patch)
tree55d39eb8fbba3b23c9b5cdfc35772b9be2d94a3b /src/modules/setup/libkvisetup.cpp
parentfix for compiling (diff)
downloadKVIrc-751840855dff580bc2f5debe6369cee2313bd3e2.tar.gz
KVIrc-751840855dff580bc2f5debe6369cee2313bd3e2.tar.bz2
KVIrc-751840855dff580bc2f5debe6369cee2313bd3e2.zip
ported KviTalHBox and KviTalVBox to Qt4;
removed some qt3 include files and cleaned a bit the code around; moved config dir to ~/.config/KVIrc according to LSB 2.0 standards; changed codename to 'Insomnia'; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1293 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup/libkvisetup.cpp')
-rw-r--r--src/modules/setup/libkvisetup.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp
index 701daf62a..49d629eb3 100644
--- a/src/modules/setup/libkvisetup.cpp
+++ b/src/modules/setup/libkvisetup.cpp
@@ -4,7 +4,7 @@
// Creation date : Sat Oct 6 02:08:24 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -22,13 +22,9 @@
//
//=============================================================================
-#include "kvi_module.h"
-
#include "setupwizard.h"
-#include <qstring.h>
-#include <qfile.h>
-
+#include "kvi_module.h"
#include "kvi_options.h"
#include "kvi_defaults.h"
#include "kvi_app.h"
@@ -38,6 +34,10 @@
#include "kvi_theme.h"
#include "kvi_ircserverdb.h"
+#include <QString>
+#include <QFile>
+
+
// this will be choosen during the setup process
QString g_szChoosenIncomingDirectory;
//int g_iThemeToApply = THEME_APPLY_NONE;
@@ -148,8 +148,8 @@ static bool setup_module_can_unload(KviModule *m)
KVIRC_MODULE(
"Setup wizard",
- "1.0.0",
- "Szymon Stefanek <pragma at kvirc dot net>" ,
+ "4.0.0",
+ "Szymon Stefanek <pragma at kvirc dot net>",
"First-time-run setup wizard",
setup_module_init ,
setup_module_can_unload,