QTfrontend/teamselhelper.cpp
changeset 1252 2e2719c0a397
parent 1171 ab9932feda49
child 1283 a1e99d1e4fd3
equal deleted inserted replaced
1251:1f545d9a10ca 1252:2e2719c0a397
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 #include "teamselhelper.h"
       
    20 #include "hwconsts.h"
       
    21 
       
    22 #include <QPixmap>
    19 #include <QPixmap>
    23 #include <QPainter>
    20 #include <QPainter>
    24 #include <QStyleFactory>
    21 #include <QStyleFactory>
    25 
    22 
    26 #include <algorithm>
    23 #include <algorithm>
    27 
    24 
       
    25 #include "teamselhelper.h"
       
    26 #include "hwconsts.h"
    28 #include "frameTeam.h"
    27 #include "frameTeam.h"
    29 
    28 
    30 void TeamLabel::teamButtonClicked()
    29 void TeamLabel::teamButtonClicked()
    31 {
    30 {
    32   emit teamActivated(text());
    31   emit teamActivated(text());