summaryrefslogtreecommitdiffstats
path: root/kode/kodemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kodemain.cpp')
-rw-r--r--kode/kodemain.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp
index d97570be..f1c82d05 100644
--- a/kode/kodemain.cpp
+++ b/kode/kodemain.cpp
@@ -34,10 +34,10 @@
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
-#include <ksimpleconfig.h>
+#include <tdestandarddirs.h>
+#include <tdesimpleconfig.h>
#include <ksavefile.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqfile.h>
#include <tqtextstream.h>
@@ -478,7 +478,7 @@ int create( TDECmdLineArgs *args )
c.addFunction( get );
- c.addInclude( "kinstance.h" );
+ c.addInclude( "tdeinstance.h" );
c.addInclude( "kdebug.h" );
c.addInclude( "sys/types.h" );
c.addInclude( "unistd.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 );