summaryrefslogtreecommitdiffstats
path: root/src/kdiff3_shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdiff3_shell.cpp')
-rw-r--r--src/kdiff3_shell.cpp6
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;