diff -r 9e7092e5990a -r e3e6b0c6543f QTfrontend/ui/page/pagetraining.h --- a/QTfrontend/ui/page/pagetraining.h Mon Jan 21 07:10:59 2019 +0100 +++ b/QTfrontend/ui/page/pagetraining.h Mon Jan 21 09:12:39 2019 +0100 @@ -30,6 +30,8 @@ QListWidget * lstTrainings; QListWidget * lstChallenges; QListWidget * lstScenarios; + QPushButton * btnPreview; + QPushButton * btnStart; QComboBox * CBTeam; public slots: @@ -46,8 +48,6 @@ private: - QPushButton * btnPreview; - QPushButton * btnStart; QLabel * lblCaption; QLabel * lblDescription; QLabel * lblHighscores;