diff -r a740069c21e3 -r 8b5345758f62 QTfrontend/pagegamestats.h --- a/QTfrontend/pagegamestats.h Mon Sep 26 21:45:33 2011 +0400 +++ b/QTfrontend/pagegamestats.h Tue Sep 27 00:38:39 2011 +0200 @@ -43,7 +43,7 @@ public: PageGameStats(QWidget* parent = 0); - QPushButton *BtnSave; + QPushButton *btnSave; QLabel *labelGameStats; QLabel *labelGameWin; QLabel *labelGameRank; @@ -64,7 +64,10 @@ unsigned int playerPosition; quint32 lastColor; - QPushButton *BtnBack; +protected: + QLayout * bodyLayoutDefinition(); + QLayout * footerLayoutDefinition(); + void connectSignals(); }; #endif // STATSPAGE_H