summaryrefslogtreecommitdiffstats
path: root/src/soundkonverter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-xsrc/soundkonverter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp
index 61e3561..ca54232 100755
--- a/src/soundkonverter.cpp
+++ b/src/soundkonverter.cpp
@@ -86,9 +86,9 @@ soundKonverter::soundKonverter()
// if( ret == KMessageBox::Yes ) {
// config->write();
// // TODO parameters are lost
-// KProcess restart;
+// TDEProcess restart;
// restart << "soundkonverter";
-// restart.start( KProcess::DontCare );
+// restart.start( TDEProcess::DontCare );
// kapp->quit();
// return;
// }