diff -r 4f83b3de17c7 -r 0376fdcc6322 QTfrontend/gameuiconfig.h --- a/QTfrontend/gameuiconfig.h Thu Jul 12 14:43:34 2007 +0000 +++ b/QTfrontend/gameuiconfig.h Thu Jul 12 14:44:41 2007 +0000 @@ -21,6 +21,7 @@ #include #include +#include class HWForm; class QSettings; @@ -32,7 +33,7 @@ public: GameUIConfig(HWForm * FormWidgets, const QString & fileName); QStringList GetTeamsList(); - int vid_Resolution(); + QRect vid_Resolution(); bool vid_Fullscreen(); bool isSoundEnabled(); bool isShowFPSEnabled();