From b3a2f2e9789ecaf32dd5981e746130894c8bcf10 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:21:00 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- src/electronics/gpsimprocessor.cpp | 2 +- src/gui/settingsdlg.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/electronics/gpsimprocessor.cpp b/src/electronics/gpsimprocessor.cpp index 76fc20b..2b45da7 100644 --- a/src/electronics/gpsimprocessor.cpp +++ b/src/electronics/gpsimprocessor.cpp @@ -301,7 +301,7 @@ int GpsimProcessor::operandLiteral( unsigned address ) GpsimProcessor::ProgramFileValidity GpsimProcessor::isValidProgramFile( const TQString & programFile ) { - if ( !KStandardDirs::exists(programFile) ) + if ( !TDEStandardDirs::exists(programFile) ) return DoesntExist; TQString extension = programFile.right( programFile.length() - programFile.findRev('.') - 1 ).lower(); diff --git a/src/gui/settingsdlg.cpp b/src/gui/settingsdlg.cpp index 69d619c..1c4fda7 100644 --- a/src/gui/settingsdlg.cpp +++ b/src/gui/settingsdlg.cpp @@ -139,7 +139,7 @@ void SettingsDlg::slotUpdatePicProgrammerDescription() if ( executable.isEmpty() ) executable = program.lower(); - TQString programLocation = KStandardDirs::findExe( executable ); + TQString programLocation = TDEStandardDirs::findExe( executable ); if ( programLocation.isNull() ) description.prepend( i18n("%1 cannot be found.
").arg( executable ) ); else -- cgit v1.2.1