diff -r 215f0c9719e3 -r 14f6fc9869f2 QTfrontend/pagegamestats.h --- a/QTfrontend/pagegamestats.h Sat Sep 24 04:53:53 2011 +0200 +++ b/QTfrontend/pagegamestats.h Sat Sep 24 16:22:10 2011 +0200 @@ -43,7 +43,6 @@ public: PageGameStats(QWidget* parent = 0); - QPushButton *BtnBack; QPushButton *BtnSave; QLabel *labelGameStats; QLabel *labelGameWin; @@ -64,6 +63,8 @@ QMap > healthPoints; unsigned int playerPosition; quint32 lastColor; + + QPushButton *BtnBack; }; #endif // STATSPAGE_H