summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/subversion_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/subversion/subversion_core.cpp')
-rw-r--r--vcs/subversion/subversion_core.cpp6
1 files changed, 3 insertions, 3 deletions
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();