changeset 2516 | effafd586a4e |
parent 2515 | 51d3f4b6293a |
child 2773 | e94f240a8a41 |
--- 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();