diff -r ddde0ac1472b -r 2422ea85d100 QTfrontend/hwform.h --- a/QTfrontend/hwform.h Sun Sep 27 22:25:27 2009 +0000 +++ b/QTfrontend/hwform.h Fri Oct 02 16:49:31 2009 +0000 @@ -29,6 +29,10 @@ #include "SDLs.h" #include "bgwidget.h" +#ifdef __APPLE +#include "InstallController.h" +#endif + class HWGame; class HWTeam; class HWNamegen; @@ -146,6 +150,11 @@ QTime eggTimer; SDLInteraction * sdli; BGWidget * wBackground; + +#ifdef __APPLE__ + InstallController * panel; +#endif + void OnPageShown(quint8 id, quint8 lastid=0); };