diff -r 607912ccc5af -r 279e10ec31b4 QTfrontend/pages.h --- a/QTfrontend/pages.h Sun Dec 10 18:13:10 2006 +0000 +++ b/QTfrontend/pages.h Sun Dec 10 18:57:05 2006 +0000 @@ -37,6 +37,7 @@ class SquareLabel; class About; class QSpinBox; +class FPSEdit; class PageMain : public QWidget { @@ -142,6 +143,8 @@ QComboBox *CBResolution; QCheckBox *CBEnableSound; QCheckBox *CBFullscreen; + QCheckBox *CBShowFPS; + FPSEdit *fpsedit; QPushButton *BtnSaveOptions; };