diff -r 1c1cd66ffcdc -r 7b61834edcf6 QTfrontend/pages.h --- a/QTfrontend/pages.h Tue Dec 19 17:20:14 2006 +0000 +++ b/QTfrontend/pages.h Thu Jan 04 16:27:45 2007 +0000 @@ -201,4 +201,16 @@ About *about; }; +class PageGameStats : public QWidget +{ + Q_OBJECT + +public: + PageGameStats(QWidget* parent = 0); + + QPushButton *BtnBack; + QLabel *labelGameResult; +}; + + #endif // PAGES_H