QTfrontend/pageselectweapon.h
changeset 6009 14f6fc9869f2
parent 5205 78138ae93820
child 6042 8b5345758f62
--- a/QTfrontend/pageselectweapon.h	Sat Sep 24 04:53:53 2011 +0200
+++ b/QTfrontend/pageselectweapon.h	Sat Sep 24 16:22:10 2011 +0200
@@ -35,9 +35,11 @@
     QPushButton *BtnDelete;
     QPushButton *BtnNew;
     QPushButton *BtnCopy;
-    QPushButton *BtnBack;
     SelWeaponWidget* pWeapons;
     QComboBox* selectWeaponSet;
+
+private:
+    QPushButton *BtnBack;
 };
 
 #endif