diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:26 -0600 |
commit | 31fde11959900b0fd3748bab9a3539b88825feb9 (patch) | |
tree | 5cd7424ac96f34ae59a5d325fa797e30c0d6f58f /tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | |
parent | 44ff5a3c798fe9c44df30cc898fbdffa44784d56 (diff) | |
download | tdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.tar.gz tdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp')
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp index eba0634a..fa4b264c 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -115,7 +115,7 @@ SvnHelper::SvnHelper():TDEApplication() { TDEIO::NetAccess::synchronousRun( job, 0 ); if ( diffresult.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(); |