diff -r 533d03041dcd -r c67c15e6fae3 QTfrontend/hedgewars.pro --- a/QTfrontend/hedgewars.pro Thu Sep 28 16:34:42 2006 +0000 +++ b/QTfrontend/hedgewars.pro Sun Oct 01 20:14:30 2006 +0000 @@ -28,7 +28,8 @@ SquareLabel.h \ hedgehogerWidget.h \ hwmap.h \ - mapContainer.h + mapContainer.h \ + tcpBase.h SOURCES += game.cpp \ main.cpp \ @@ -46,7 +47,8 @@ SquareLabel.cpp \ hedgehogerWidget.cpp \ hwmap.cpp \ - mapContainer.cpp + mapContainer.cpp \ + tcpBase.cpp TRANSLATIONS += translations/hedgewars_ru.ts