summaryrefslogtreecommitdiffstats
path: root/noatun/library/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r--noatun/library/engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp
index 36863a0c..9cd34e7d 100644
--- a/noatun/library/engine.cpp
+++ b/noatun/library/engine.cpp
@@ -482,7 +482,7 @@ bool Engine::initArts()
X11CommConfig.sync();
}
- cmdline = TQFile::encodeName(KStandardDirs::findExe(TQString::tqfromLatin1("kdeinit_wrapper")));
+ cmdline = TQFile::encodeName(KStandardDirs::findExe(TQString::tqfromLatin1("tdeinit_wrapper")));
cmdline += " ";
if (rt)
@@ -502,7 +502,7 @@ bool Engine::initArts()
// We could have a race-condition here.
// The correct way to do it is to make artsd fork-and-exit
// after starting to listen to connections (and running artsd
- // directly instead of using kdeinit), but this is better
+ // directly instead of using tdeinit), but this is better
// than nothing.
int time = 0;
do