diff -r 2831c1403666 -r 89a6b7cc6f95 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Wed Jan 02 18:32:19 2013 +0100 +++ b/project_files/hedgewars.pro Fri Jan 04 19:42:49 2013 +0400 @@ -26,7 +26,6 @@ ../QTfrontend/ui/page/pagetraining.h \ ../QTfrontend/ui/page/pageselectweapon.h \ ../QTfrontend/ui/page/pagesingleplayer.h \ - ../QTfrontend/ui/page/pagenettype.h \ ../QTfrontend/ui/page/pageingame.h \ ../QTfrontend/ui/page/pageadmin.h \ ../QTfrontend/ui/page/pagescheme.h \ @@ -108,7 +107,8 @@ ../QTfrontend/model/playerslistmodel.h \ ../QTfrontend/util/LibavInteraction.h \ ../QTfrontend/util/FileEngine.h \ - ../QTfrontend/ui/dialog/bandialog.h + ../QTfrontend/ui/dialog/bandialog.h \ + ../QTfrontend/ui/widget/keybinder.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ @@ -121,7 +121,6 @@ ../QTfrontend/ui/page/pageroomslist.cpp \ ../QTfrontend/ui/page/pagemultiplayer.cpp \ ../QTfrontend/ui/page/pagegamestats.cpp \ - ../QTfrontend/ui/page/pagenettype.cpp \ ../QTfrontend/ui/page/pageeditteam.cpp \ ../QTfrontend/ui/page/pagenetgame.cpp \ ../QTfrontend/ui/page/pagedata.cpp \ @@ -200,7 +199,8 @@ ../QTfrontend/model/playerslistmodel.cpp \ ../QTfrontend/util/LibavInteraction.cpp \ ../QTfrontend/util/FileEngine.cpp \ - ../QTfrontend/ui/dialog/bandialog.cpp + ../QTfrontend/ui/dialog/bandialog.cpp \ + ../QTfrontend/ui/widget/keybinder.cpp TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts \