CVS commit by asj: Oops bug M +2 -2 toplevel.cpp 1.315 --- kdenetwork/ksirc/toplevel.cpp #1.314:1.315 @@ -209,5 +209,5 @@ KSircTopLevel::KSircTopLevel(KSircProces file->insertSeparator(); - act = KStdAction::close( this, SLOT( slotCloseLastWid() ), actionCollection() ); + act = KStdAction::close( this, SLOT( terminate() ), actionCollection() ); act->plug( file );