diff --git a/shell/shell.cpp b/shell/shell.cpp index 368c3cfca..af4aa25f6 100644 --- a/shell/shell.cpp +++ b/shell/shell.cpp @@ -272,7 +272,7 @@ void Shell::fileOpen() void Shell::slotQuit() { - kapp->closeAllWindows(); + close(); } // only called when starting the program