summaryrefslogtreecommitdiffstats
path: root/kode/kodemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r--kode/kodemain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index 1aada535..d82b0565 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -35,7 +35,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdestandarddirs.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <ksavefile.h>
#include <tdeprocess.h>
@@ -591,7 +591,7 @@ int create( TDECmdLineArgs *args )
TQFile::remove( protocolFilename );
- KSimpleConfig protocolFile( protocolFilename );
+ TDESimpleConfig protocolFile( protocolFilename );
protocolFile.setGroup( "Protocol" );
protocolFile.writeEntry( "exec", "tdeio_" + protocol );