summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:26 -0600
commit31fde11959900b0fd3748bab9a3539b88825feb9 (patch)
tree5cd7424ac96f34ae59a5d325fa797e30c0d6f58f /tdeioslave/svn
parent44ff5a3c798fe9c44df30cc898fbdffa44784d56 (diff)
downloadtdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.tar.gz
tdesdk-31fde11959900b0fd3748bab9a3539b88825feb9.zip
Rename KStandard for enhanced compatibility with KDE4
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();