|
|
|
@ -472,7 +472,7 @@ MoodServer::slotNewJob( void )
|
|
|
|
|
// running. Then rename the file later.
|
|
|
|
|
m_currentProcess = new Amarok::Process( this );
|
|
|
|
|
m_currentProcess->setPriority( 18 ); // Nice the process
|
|
|
|
|
*m_currentProcess << KStandardDirs::findExe( "moodbar" ) << "-o"
|
|
|
|
|
*m_currentProcess << TDEStandardDirs::findExe( "moodbar" ) << "-o"
|
|
|
|
|
<< (m_currentData.m_outfile + ".tmp")
|
|
|
|
|
<< m_currentData.m_infile;
|
|
|
|
|
|
|
|
|
@ -1378,7 +1378,7 @@ Moodbar::copyFile( const TQString &srcPath, const TQString &dstPath )
|
|
|
|
|
bool
|
|
|
|
|
Moodbar::executableExists( void )
|
|
|
|
|
{
|
|
|
|
|
return !(KStandardDirs::findExe( "moodbar" ).isNull());
|
|
|
|
|
return !(TDEStandardDirs::findExe( "moodbar" ).isNull());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|