diff -r 0f6669da2fcb -r 44d9045b26ff QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Mon Jul 24 22:37:34 2006 +0000 +++ b/QTfrontend/hedgewars.pro Tue Jul 25 13:32:11 2006 +0000 @@ -22,8 +22,9 @@ teamselhelper.h \ frameTeam.h \ vertScrollArea.h \ - gameconfig.h \ - ui_hwform.h + gameuiconfig.h \ + ui_hwform.h \ + gamecfgwidget.h SOURCES += game.cpp \ main.cpp \ @@ -36,8 +37,9 @@ teamselhelper.cpp \ frameTeam.cpp \ vertScrollArea.cpp \ - gameconfig.cpp \ - ui_hwform.cpp + gameuiconfig.cpp \ + ui_hwform.cpp \ + gamecfgwidget.cpp TRANSLATIONS += translations/hedgewars_ru.ts