From 3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:21 -0600 Subject: Additional kde to tde renaming --- noatun/library/engine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/library') 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 -- cgit v1.2.1