diff options
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r-- | noatun/library/engine.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp index e7296191..995e9771 100644 --- a/noatun/library/engine.cpp +++ b/noatun/library/engine.cpp @@ -482,14 +482,14 @@ bool Engine::initArts() X11CommConfig.sync(); } - cmdline = TQFile::encodeName(KStandardDirs::findExe(TQString::fromLatin1("tdeinit_wrapper"))); + cmdline = TQFile::encodeName(TDEStandardDirs::findExe(TQString::fromLatin1("tdeinit_wrapper"))); cmdline += " "; if (rt) - cmdline += TQFile::encodeName(KStandardDirs::findExe( + cmdline += TQFile::encodeName(TDEStandardDirs::findExe( TQString::fromLatin1("artswrapper"))); else - cmdline += TQFile::encodeName(KStandardDirs::findExe( + cmdline += TQFile::encodeName(TDEStandardDirs::findExe( TQString::fromLatin1("artsd"))); cmdline += " "; |