diff options
Diffstat (limited to 'parts/valgrind')
-rw-r--r-- | parts/valgrind/valgrind_dialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/valgrind/valgrind_dialog.cpp b/parts/valgrind/valgrind_dialog.cpp index 3e936c18..6e0690b7 100644 --- a/parts/valgrind/valgrind_dialog.cpp +++ b/parts/valgrind/valgrind_dialog.cpp @@ -74,7 +74,7 @@ void ValgrindDialog::setValExecutable( const TQString& ve ) { TQString vUrl = ve; if ( vUrl.isEmpty() ) { - vUrl = KStandardDirs::findExe( "valgrind" ); + vUrl = TDEStandardDirs::findExe( "valgrind" ); } if ( vUrl.isEmpty() ) { KMessageBox::sorry( this, i18n( "Could not find valgrind in your $PATH. Please make " @@ -134,7 +134,7 @@ void ValgrindDialog::setCtExecutable( const TQString& ce ) { TQString vUrl = ce; if ( vUrl.isEmpty() ) { - vUrl = KStandardDirs::findExe( "valgrind" ); + vUrl = TDEStandardDirs::findExe( "valgrind" ); } if ( vUrl.isEmpty() ) { KMessageBox::sorry( this, i18n( "Could not find valgrind in your $PATH. Please make " @@ -179,7 +179,7 @@ void ValgrindDialog::setKcExecutable( const TQString& ke ) { TQString vUrl = ke; if ( vUrl.isEmpty() ) { - vUrl = KStandardDirs::findExe( "tdecachegrind" ); + vUrl = TDEStandardDirs::findExe( "tdecachegrind" ); } if ( vUrl.isEmpty() ) { KMessageBox::sorry( this, i18n( "Could not find tdecachegrind in your $PATH. Please make " |