summaryrefslogtreecommitdiffstats
path: root/tdeabc/formatfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/formatfactory.cpp')
-rw-r--r--tdeabc/formatfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/formatfactory.cpp b/tdeabc/formatfactory.cpp
index 656cfe0cb..ead39805e 100644
--- a/tdeabc/formatfactory.cpp
+++ b/tdeabc/formatfactory.cpp
@@ -20,7 +20,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdestandarddirs.h>
#include <kstaticdeleter.h>
@@ -59,7 +59,7 @@ FormatFactory::FormatFactory()
const TQStringList list = TDEGlobal::dirs()->findAllResources( "data" ,"tdeabc/formats/*.desktop", true, true );
for ( TQStringList::ConstIterator it = list.begin(); it != list.end(); ++it )
{
- KSimpleConfig config( *it, true );
+ TDESimpleConfig config( *it, true );
if ( !config.hasGroup( "Misc" ) || !config.hasGroup( "Plugin" ) )
continue;