diff -r 5b2b86a37089 -r a28be05b20bc QTfrontend/pagecampaign.h --- a/QTfrontend/pagecampaign.h Sun Sep 25 18:22:12 2011 +0200 +++ b/QTfrontend/pagecampaign.h Sun Sep 25 18:24:01 2011 +0200 @@ -29,9 +29,11 @@ PageCampaign(QWidget* parent = 0); QPushButton *BtnStartCampaign; - QPushButton *BtnBack; QComboBox *CBSelect; QComboBox *CBTeam; + +private: + QPushButton *BtnBack; }; #endif