summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/svn')
-rw-r--r--tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp2
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();