summaryrefslogtreecommitdiffstats
path: root/kolf/pluginloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/pluginloader.cpp')
-rw-r--r--kolf/pluginloader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kolf/pluginloader.cpp b/kolf/pluginloader.cpp
index 3adb7e3f..63e773fa 100644
--- a/kolf/pluginloader.cpp
+++ b/kolf/pluginloader.cpp
@@ -6,8 +6,8 @@
#include <kdebug.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
-#include <ksimpleconfig.h>
+#include <tdestandarddirs.h>
+#include <tdesimpleconfig.h>
#include <klibloader.h>
#include "pluginloader.h"
@@ -21,7 +21,7 @@ ObjectList *PluginLoader::loadAll()
for (TQStringList::Iterator it = files.begin(); it != files.end(); ++it)
{
- KSimpleConfig cfg(*it);
+ TDESimpleConfig cfg(*it);
TQString filename(cfg.readEntry("Filename", ""));
libs.append(filename);