Remove no longer needed Mac workaround.

wilder-work
Till Adam 15 years ago
parent 683cb66a79
commit a3f84ea4e4
  1. 5
      kmmainwin.cpp

@ -75,11 +75,6 @@ KMMainWin::KMMainWin(QWidget *)
actionCollection() );
KStandardAction::quit( this, SLOT( slotQuit() ), actionCollection() );
#ifdef Q_WS_MACX
// ### This quits the application prematurely, for example when the composer window
// ### is closed while the main application is minimized to the systray
connect( qApp, SIGNAL(lastWindowClosed()), qApp, SLOT(quit()));
#endif
createGUI( "kmmainwin.rc" );
//must be after createGUI, otherwise e.g toolbar settings are not loaded

Loading…
Cancel
Save