From 31fde11959900b0fd3748bab9a3539b88825feb9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave') 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(); -- cgit v1.2.3