close the window currently viewing when selecting Quit, as per the KDE ui standards

This commit is contained in:
Aaron Seigo 2011-11-03 12:34:15 +01:00
parent ea1f02b61a
commit 63a0b4f3cb

View file

@ -272,7 +272,7 @@ void Shell::fileOpen()
void Shell::slotQuit()
{
kapp->closeAllWindows();
close();
}
// only called when starting the program