diff options
Diffstat (limited to 'src/modules/objects/class_sql.h')
| -rw-r--r-- | src/modules/objects/class_sql.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/class_sql.h b/src/modules/objects/class_sql.h index 0604ad99b..2b848ca97 100644 --- a/src/modules/objects/class_sql.h +++ b/src/modules/objects/class_sql.h @@ -6,7 +6,7 @@ // Creation date : Wed Gen 28 2009 21:07:55 by Alessandro Carbone // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -25,8 +25,8 @@ //============================================================================= #include "kvi_settings.h" -#include "kvi_string.h" -#include "kvi_pointerlist.h" +#include "KviCString.h" +#include "KviPointerList.h" #include "kvi_kvs_variant.h" #include "object_macros.h" #include <QtSql> |
