diff options
Diffstat (limited to 'kpdf/shell/shell.cpp')
-rw-r--r-- | kpdf/shell/shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/shell.cpp b/kpdf/shell/shell.cpp index a0fdefdc..463f8a12 100644 --- a/kpdf/shell/shell.cpp +++ b/kpdf/shell/shell.cpp @@ -209,7 +209,7 @@ Shell::applyNewToolbarConfig() void Shell::slotQuit() { - kapp->closeAllWindows(); + tdeApp->closeAllWindows(); } // only called when starting the program |