diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:48:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:48:43 +0900 |
| commit | 2681b5b264d29f97cf24ebb25978dd806799c2ac (patch) | |
| tree | 8da051ec89943061fd4eceef79a70a01a768a271 /kolf/pluginloader.cpp | |
| parent | 8329caf4f231b1aa28836e7e2d75e15325291de1 (diff) | |
| download | tdegames-2681b5b264d29f97cf24ebb25978dd806799c2ac.tar.gz tdegames-2681b5b264d29f97cf24ebb25978dd806799c2ac.zip | |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kolf/pluginloader.cpp')
| -rw-r--r-- | kolf/pluginloader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/pluginloader.cpp b/kolf/pluginloader.cpp index 7df00ab0..63e773fa 100644 --- a/kolf/pluginloader.cpp +++ b/kolf/pluginloader.cpp @@ -7,7 +7,7 @@ #include <kdebug.h> #include <tdeglobal.h> #include <tdestandarddirs.h> -#include <ksimpleconfig.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); |
