diff -r 51d3f4b6293a -r effafd586a4e QTfrontend/ui_hwform.cpp --- a/QTfrontend/ui_hwform.cpp Sat Oct 17 01:28:49 2009 +0000 +++ b/QTfrontend/ui_hwform.cpp Sat Oct 17 04:57:05 2009 +0000 @@ -57,7 +57,7 @@ { Pages = new QStackedLayout(Parent); - pageEditTeam = new PageEditTeam(Parent, HWForm->sdli); + pageEditTeam = new PageEditTeam(Parent, &HWForm->sdli); Pages->addWidget(pageEditTeam); pageOptions = new PageOptions();