summaryrefslogtreecommitdiffstats
path: root/kpresenter/autoformEdit/AFChoose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/autoformEdit/AFChoose.cpp')
-rw-r--r--kpresenter/autoformEdit/AFChoose.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/autoformEdit/AFChoose.cpp b/kpresenter/autoformEdit/AFChoose.cpp
index 093c13a80..df5867c1d 100644
--- a/kpresenter/autoformEdit/AFChoose.cpp
+++ b/kpresenter/autoformEdit/AFChoose.cpp
@@ -26,7 +26,7 @@
#include <tqwhatsthis.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <kdebug.h>
#include <tdestandarddirs.h>
#include <kicondialog.h>
@@ -67,7 +67,7 @@ void AFChoose::getGroups()
grpPtr->dir.setFile(directory);
TQDir d(directory);
if(d.exists(".directory")) {
- KSimpleConfig config(d.absPath()+"/.directory", true);
+ TDESimpleConfig config(d.absPath()+"/.directory", true);
config.setDesktopGroup();
grpPtr->name=config.readEntry("Name");
}
@@ -95,7 +95,7 @@ void AFChoose::setupTabs()
for(unsigned int i=0; i<files.count(); ++i) {
TQString path=grpPtr->dir.absFilePath() + TQChar('/');
files[i]=path + files[i];
- KSimpleConfig config(files[i]);
+ TDESimpleConfig config(files[i]);
config.setDesktopGroup();
if (config.readEntry("Type")=="Link") {
TQString text=config.readEntry("Name");