diff options
Diffstat (limited to 'khotkeys/app/app.cpp')
-rw-r--r-- | khotkeys/app/app.cpp | 2 |
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 |