summaryrefslogtreecommitdiffstats
path: root/khotkeys/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/app/app.cpp')
-rw-r--r--khotkeys/app/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/app/app.cpp b/khotkeys/app/app.cpp
index 54d25b465..64da17c14 100644
--- a/khotkeys/app/app.cpp
+++ b/khotkeys/app/app.cpp
@@ -78,7 +78,7 @@ void KHotKeysApp::reread_configuration()
void KHotKeysApp::quit()
{
- kapp->quit();
+ tdeApp->quit();
}
} // namespace KHotKeys