diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:31:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:31:21 -0600 |
commit | 3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b (patch) | |
tree | d69f9f717e93a0731424e4817804402ebc342318 /noatun/library/engine.cpp | |
parent | 275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff) | |
download | tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip |
Additional kde to tde renaming
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r-- | noatun/library/engine.cpp | 4 |
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 |