@ -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