From 6538b3d2235fc67aa8722eadcf11dc21ccdf622b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 14:24:12 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/kdiff3_shell.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kdiff3_shell.cpp') diff --git a/src/kdiff3_shell.cpp b/src/kdiff3_shell.cpp index f740c3b..10c440a 100644 --- a/src/kdiff3_shell.cpp +++ b/src/kdiff3_shell.cpp @@ -79,11 +79,11 @@ KDiff3Shell::KDiff3Shell(bool bCompleteInit) "This usually happens due to an installation problem. " "Please read the README-file in the source package for details.") ); - //kapp->quit(); + //tdeApp->quit(); - ::exit(-1); //kapp->quit() doesn't work here yet. + ::exit(-1); //tdeApp->quit() doesn't work here yet. - // we return here, cause kapp->quit() only means "exit the + // we return here, cause tdeApp->quit() only means "exit the // next time we enter the event loop... return; -- cgit v1.2.3