summaryrefslogtreecommitdiffstats
path: root/tdeioslave/svn
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 19:38:51 +0900
committerMichele Calgaro <[email protected]>2025-01-29 13:55:46 +0900
commit5078ce4c93affa49e4ba206930b07813d066415b (patch)
tree4de09da0a57e07b1e5df2be8e568f5dfbb35d83e /tdeioslave/svn
parenta52f07f6833590b410ac9cde84ee60caaed67631 (diff)
downloadtdesdk-5078ce4c93affa49e4ba206930b07813d066415b.tar.gz
tdesdk-5078ce4c93affa49e4ba206930b07813d066415b.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
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 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[] = {