# HG changeset patch # User unc0rr # Date 1161987242 0 # Node ID 44057577847505fd7e25f004bc31a1e0a9097b20 # Parent 63b3d7afe8b6503f99fe4d687841299216093c46 Fixed compilation on *nix .) diff -r 63b3d7afe8b6 -r 440575778475 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Fri Oct 27 22:11:46 2006 +0000 +++ b/QTfrontend/game.cpp Fri Oct 27 22:14:02 2006 +0000 @@ -29,7 +29,7 @@ #include "hwconsts.h" #include "gameuiconfig.h" #include "gamecfgwidget.h" -#include "kb.h" +#include "KB.h" HWGame::HWGame(GameUIConfig * config, GameCFGWidget * gamecfg) : TCPBase(true)