diff -r c3eda0c68cd6 -r 27e2b5bb6d4b QTfrontend/teamselhelper.cpp --- a/QTfrontend/teamselhelper.cpp Sun Feb 05 18:51:54 2006 +0000 +++ b/QTfrontend/teamselhelper.cpp Fri Feb 24 16:06:12 2006 +0000 @@ -3,6 +3,8 @@ #include #include +#include + void TeamLabel::teamButtonClicked() { emit teamActivated(text()); @@ -14,7 +16,7 @@ QLabel* pixlbl=new QLabel(); pixlbl->setPixmap(QPixmap("./Data/Graphics/thinking.png")); mainLayout.addWidget(pixlbl); - + TeamLabel* lbl=new TeamLabel(team.teamName); mainLayout.addWidget(lbl);