QTfrontend/frameTeam.h
changeset 1424 2b45d88716b0
parent 1066 1f1b3686a2b0
child 1475 bab5650fc894
equal deleted inserted replaced
1423:c23fa62f7c46 1424:2b45d88716b0
    17  */
    17  */
    18 
    18 
    19 #ifndef _FRAME_TEAM_INCLUDED
    19 #ifndef _FRAME_TEAM_INCLUDED
    20 #define _FRAME_TEAM_INCLUDED
    20 #define _FRAME_TEAM_INCLUDED
    21 
    21 
    22 #include <QWidget>
    22 #include <QFrame>
    23 #include <QList>
    23 #include <QList>
    24 #include <QColor>
    24 #include <QColor>
    25 
    25 
    26 #include "teamselect.h"
    26 #include "teamselect.h"
    27 
    27 
    28 class FrameTeams : public QWidget
    28 class FrameTeams : public QFrame
    29 {
    29 {
    30   Q_OBJECT
    30   Q_OBJECT
    31 
    31 
    32  friend class CHedgehogerWidget;
    32  friend class CHedgehogerWidget;
    33  friend class TeamShowWidget;
    33  friend class TeamShowWidget;