diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 14:24:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:19:17 +0900 |
commit | 6538b3d2235fc67aa8722eadcf11dc21ccdf622b (patch) | |
tree | 4ccaaf9f649b953484f7f40b2cb5091ff4eaf3a6 /src/kdiff3_shell.cpp | |
parent | b0a8e135a1f4d43d4d232e6cf0e281096b60aa46 (diff) | |
download | kdiff3-6538b3d2235fc67aa8722eadcf11dc21ccdf622b.tar.gz kdiff3-6538b3d2235fc67aa8722eadcf11dc21ccdf622b.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kdiff3_shell.cpp')
-rw-r--r-- | src/kdiff3_shell.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; |