diff -r c23fa62f7c46 -r 2b45d88716b0 QTfrontend/frameTeam.cpp --- a/QTfrontend/frameTeam.cpp Sun Oct 26 15:02:55 2008 +0000 +++ b/QTfrontend/frameTeam.cpp Sun Oct 26 17:17:07 2008 +0000 @@ -25,10 +25,10 @@ #include "hwconsts.h" FrameTeams::FrameTeams(QWidget* parent) : - QWidget(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this), nonInteractive(false) + QFrame(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this), nonInteractive(false) { QPalette newPalette = palette(); - newPalette.setColor(QPalette::Window, QColor(0x13, 0x0f, 0x2c)); + newPalette.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00)); setPalette(newPalette); setAutoFillBackground(true);