diff -r 7fbfa2f13f6f -r 505691a09dee QTfrontend/teamselhelper.cpp --- a/QTfrontend/teamselhelper.cpp Sun Feb 05 12:48:02 2006 +0000 +++ b/QTfrontend/teamselhelper.cpp Sun Feb 05 12:48:35 2006 +0000 @@ -8,8 +8,8 @@ emit teamActivated(text()); } -TeamShowWidget::TeamShowWidget(tmprop team) : - mainLayout(this), m_team(team) +TeamShowWidget::TeamShowWidget(tmprop team, QWidget * parent) : + QWidget(parent), mainLayout(this), m_team(team) { QLabel* pixlbl=new QLabel(); pixlbl->setPixmap(QPixmap("./Data/Graphics/thinking.png"));