QTfrontend/frameTeam.h
changeset 1424 2b45d88716b0
parent 1066 1f1b3686a2b0
child 1475 bab5650fc894
--- a/QTfrontend/frameTeam.h	Sun Oct 26 15:02:55 2008 +0000
+++ b/QTfrontend/frameTeam.h	Sun Oct 26 17:17:07 2008 +0000
@@ -19,13 +19,13 @@
 #ifndef _FRAME_TEAM_INCLUDED
 #define _FRAME_TEAM_INCLUDED
 
-#include <QWidget>
+#include <QFrame>
 #include <QList>
 #include <QColor>
 
 #include "teamselect.h"
 
-class FrameTeams : public QWidget
+class FrameTeams : public QFrame
 {
   Q_OBJECT