summaryrefslogtreecommitdiffstats
path: root/parts/valgrind
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:56 -0600
commit82fc754f7c4e43eace608a45c22e74e532bd33f1 (patch)
tree7e1217a13d974e19f4e03cd914de2a217e832f21 /parts/valgrind
parent8d6fecdf83984625b9bc6d010a6a00ee670af344 (diff)
downloadtdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.tar.gz
tdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'parts/valgrind')
-rw-r--r--parts/valgrind/valgrind_dialog.cpp6
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 "