aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_file.cpp')
-rw-r--r--src/modules/objects/class_file.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp
index 8cc190af3..2af376f64 100644
--- a/src/modules/objects/class_file.cpp
+++ b/src/modules/objects/class_file.cpp
@@ -5,7 +5,7 @@
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2009 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
@@ -26,10 +26,10 @@
#include "class_file.h"
#include "kvi_debug.h"
-#include "kvi_locale.h"
+#include "KviLocale.h"
#include "kvi_error.h"
-#include "kvi_file.h"
-#include "kvi_fileutils.h"
+#include "KviFile.h"
+#include "KviFileUtils.h"
#include "class_memorybuffer.h"
#include <QStringList>