diff -r 607912ccc5af -r 279e10ec31b4 QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Sun Dec 10 18:13:10 2006 +0000 +++ b/QTfrontend/hedgewars.pro Sun Dec 10 18:57:05 2006 +0000 @@ -32,7 +32,9 @@ tcpBase.h \ about.h \ KB.h \ - proto.h + proto.h \ + fpsedit.h + SOURCES += game.cpp \ main.cpp \ @@ -53,7 +55,8 @@ mapContainer.cpp \ tcpBase.cpp \ about.cpp \ - proto.cpp + proto.cpp \ + fpsedit.cpp TRANSLATIONS += translations/hedgewars_ru.ts