diff options
Diffstat (limited to 'tdeioslave/svn')
-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 9171861c..db7c15b0 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -257,7 +257,7 @@ void SvnHelper::slotResult( TDEIO::Job* job ) { } void SvnHelper::finished() { - kapp->quit(); + tdeApp->quit(); } static TDECmdLineOptions options[] = { |