summaryrefslogtreecommitdiffstats
path: root/libtdepim/pluginloaderbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/pluginloaderbase.cpp')
-rw-r--r--libtdepim/pluginloaderbase.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/pluginloaderbase.cpp b/libtdepim/pluginloaderbase.cpp
index 911fbba6..a899dc67 100644
--- a/libtdepim/pluginloaderbase.cpp
+++ b/libtdepim/pluginloaderbase.cpp
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
This file is part of libtdepim.
Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org>
@@ -21,9 +21,9 @@
#include <pluginloaderbase.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <klibloader.h>
#include <tdeglobal.h>
#include <kdebug.h>
@@ -69,7 +69,7 @@ namespace KPIM {
TDEGlobal::dirs()->findAllResources( "data", path, true, true );
for ( TQStringList::const_iterator it = list.begin() ;
it != list.end() ; ++it ) {
- KSimpleConfig config( *it, true );
+ TDESimpleConfig config( *it, true );
if ( config.hasGroup( "Misc" ) && config.hasGroup( "Plugin" ) ) {
config.setGroup( "Plugin" );