diff options
Diffstat (limited to 'src/modules/list/libkvilist.cpp')
| -rw-r--r-- | src/modules/list/libkvilist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/list/libkvilist.cpp b/src/modules/list/libkvilist.cpp index 753bb4d0c..9444ea902 100644 --- a/src/modules/list/libkvilist.cpp +++ b/src/modules/list/libkvilist.cpp @@ -3,7 +3,7 @@ // File : libkvilist.cpp // Creation date : Sun Oct 21 2001 13:29:12 CEST by Szymon Stefanek // -// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2010 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 @@ -26,7 +26,7 @@ #include "kvi_module.h" #include "kvi_frame.h" #include "kvi_window.h" -#include "kvi_locale.h" +#include "KviLocale.h" #include <QSplitter> @@ -90,7 +90,7 @@ static bool list_module_can_unload(KviModule *) KVIRC_MODULE( "List", // module name "4.0.0", // module version - "Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) + "Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) "List window extension", list_module_init, list_module_can_unload, |
