QTfrontend/teamselhelper.cpp
changeset 63 27e2b5bb6d4b
parent 61 505691a09dee
child 80 3c3dc6a148ca
--- 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 <QPixmap>
 #include <QPushButton>
 
+#include <iostream>
+
 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);