From 5078ce4c93affa49e4ba206930b07813d066415b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 19:38:51 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/svn') 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[] = { -- cgit v1.2.1