summaryrefslogtreecommitdiffstats
path: root/knode/knfolder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knfolder.cpp')
-rw-r--r--knode/knfolder.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knode/knfolder.cpp b/knode/knfolder.cpp
index ee4449fa..d2e90fa4 100644
--- a/knode/knfolder.cpp
+++ b/knode/knfolder.cpp
@@ -14,8 +14,8 @@
#include <tqfileinfo.h>
-#include <ksimpleconfig.h>
-#include <kstandarddirs.h>
+#include <tdesimpleconfig.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tdelocale.h>
@@ -111,7 +111,7 @@ bool KNFolder::readInfo(const TQString &infoPath)
i_nfoPath=infoPath;
- KSimpleConfig info(i_nfoPath);
+ TDESimpleConfig info(i_nfoPath);
if (!isRootFolder() && !isStandardFolder()) {
n_ame=info.readEntry("name");
i_d=info.readNumEntry("id", -1);
@@ -143,7 +143,7 @@ bool KNFolder::readInfo()
void KNFolder::saveInfo()
{
if(!i_nfoPath.isEmpty()) {
- KSimpleConfig info(i_nfoPath);
+ TDESimpleConfig info(i_nfoPath);
if (!isRootFolder() && !isStandardFolder()) {
info.writeEntry("name", n_ame);
info.writeEntry("id", i_d);