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

remotes/origin/KDE/4.8
Aaron Seigo 15 years ago
parent ea1f02b61a
commit 63a0b4f3cb
  1. 2
      shell/shell.cpp

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

Loading…
Cancel
Save