QTfrontend/gameuiconfig.h
changeset 555 0376fdcc6322
parent 529 812682c1ab62
child 603 d7877468653b
--- 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 <QSettings>
 #include <QStringList>
+#include <QRect>
 
 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();