From 82fc754f7c4e43eace608a45c22e74e532bd33f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:56 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- vcs/subversion/subversion_core.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcs/subversion') diff --git a/vcs/subversion/subversion_core.cpp b/vcs/subversion/subversion_core.cpp index 6dc79169..1e7772ab 100644 --- a/vcs/subversion/subversion_core.cpp +++ b/vcs/subversion/subversion_core.cpp @@ -164,8 +164,8 @@ void subversionCore::diff( const KURL::List& list, const TQString& where){ TDEIO::NetAccess::synchronousRun( job, 0 ); if ( diffresult.count() > 0 ) { //check kompare is available - if ( !KStandardDirs::findExe( "kompare" ).isNull() ) { - if (!KStandardDirs::findExe("patch").isNull()){ + if ( !TDEStandardDirs::findExe( "kompare" ).isNull() ) { + if (!TDEStandardDirs::findExe("patch").isNull()){ // we have patch - so can merge KTempDir tmpDir = KTempDir(diffTmpDir->name()); KTempFile tmpPatch = KTempFile(tmpDir.name()); @@ -686,7 +686,7 @@ void subversionCore::slotDiffResult( TDEIO::Job * job ) if ( diffList.count() > 0 ) { //check kompare is available - if ( !KStandardDirs::findExe( "kompare" ).isNull() ) { + if ( !TDEStandardDirs::findExe( "kompare" ).isNull() ) { KTempFile *tmp = new KTempFile; tmp->setAutoDelete(true); TQTextStream *stream = tmp->textStream(); -- cgit v1.2.1