diff -r ff76ba0671f7 -r c77b16e48273 QTfrontend/pages.h --- a/QTfrontend/pages.h Fri Nov 10 20:41:12 2006 +0000 +++ b/QTfrontend/pages.h Sun Nov 12 20:15:58 2006 +0000 @@ -36,6 +36,7 @@ class QCheckBox; class SquareLabel; class About; +class QSpinBox; class PageMain : public QWidget { @@ -88,6 +89,7 @@ QPushButton *BtnTeamDiscard; QPushButton *BtnTeamSave; QLineEdit * TeamNameEdit; + QSpinBox* difficultyBox; QLineEdit * HHNameEdit[8]; QComboBox * CBBind[BINDS_NUMBER];