diff options
| author | 2008-04-04 00:48:52 +0000 | |
|---|---|---|
| committer | 2008-04-04 00:48:52 +0000 | |
| commit | 3d14bfd7b140d24b021d8c5b8b64582b64a9496a (patch) | |
| tree | 2d4f9781f7a8b544d88b04c95e531f667a8e890b /src/modules/links/libkvilinks.cpp | |
| parent | More fixes for cmake on Mac OS X (diff) | |
| download | KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.tar.gz KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.tar.bz2 KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.zip | |
more code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1388 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/links/libkvilinks.cpp')
| -rw-r--r-- | src/modules/links/libkvilinks.cpp | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/modules/links/libkvilinks.cpp b/src/modules/links/libkvilinks.cpp index 28c54b04c..cc09c9626 100644 --- a/src/modules/links/libkvilinks.cpp +++ b/src/modules/links/libkvilinks.cpp @@ -19,17 +19,14 @@ // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - -#include "kvi_module.h" - - #include "linkswindow.h" +#include "kvi_module.h" #include "kvi_frame.h" #include "kvi_window.h" #include "kvi_locale.h" -#include <qsplitter.h> +#include <QSplitter> KviPointerList<KviLinksWindow> * g_pLinksWindowList = 0; @@ -59,7 +56,6 @@ KviPointerList<KviLinksWindow> * g_pLinksWindowList = 0; To see the internal network server tree you might request LINKS from the gateway server.[br] */ - static bool links_kvs_cmd_open(KviKvsModuleCommandCall * c) { @@ -77,9 +73,6 @@ static bool links_kvs_cmd_open(KviKvsModuleCommandCall * c) return true; } - - - static bool links_module_init(KviModule * m) { g_pLinksWindowList = new KviPointerList<KviLinksWindow>; @@ -106,7 +99,7 @@ static bool links_module_can_unload(KviModule *m) KVIRC_MODULE( "Links", // module name - "1.0.0", // module version + "4.0.0", // module version "Copyright (C) 2000-2001 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) "Links window extension", links_module_init, |
