diff -r 482f78c595ec -r 2d0f404cdf05 QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Mon Aug 28 19:02:57 2006 +0000 +++ b/QTfrontend/hedgewars.pro Sun Sep 03 12:56:13 2006 +0000 @@ -25,7 +25,8 @@ gamecfgwidget.h \ predefteams.h \ pages.h \ - SquareLabel.h + SquareLabel.h \ + hedgehogerWidget.h SOURCES += game.cpp \ main.cpp \ @@ -40,7 +41,8 @@ ui_hwform.cpp \ gamecfgwidget.cpp \ pages.cpp \ - SquareLabel.cpp + SquareLabel.cpp \ + hedgehogerWidget.cpp TRANSLATIONS += translations/hedgewars_ru.ts