summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeioexec
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeioexec')
-rw-r--r--tdeio/tdeioexec/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdeioexec/main.cpp b/tdeio/tdeioexec/main.cpp
index 9f7bd9faa..3ae7b592b 100644
--- a/tdeio/tdeioexec/main.cpp
+++ b/tdeio/tdeioexec/main.cpp
@@ -206,7 +206,7 @@ void KIOExec::slotRunApp()
#ifdef Q_WS_X11
// propagate the startup indentification to the started process
- KStartupInfoId id;
+ TDEStartupInfoId id;
id.initId( kapp->startupId());
id.setupStartupEnv();
#endif
@@ -216,7 +216,7 @@ void KIOExec::slotRunApp()
proc.start( TDEProcess::Block );
#ifdef Q_WS_X11
- KStartupInfo::resetStartupEnv();
+ TDEStartupInfo::resetStartupEnv();
#endif
kdDebug() << "EXEC done" << endl;