QTfrontend/selectWeapon.h
changeset 2860 13a53315ae18
parent 2377 f3fab2b09e0c
child 4412 c9a78ba03679
--- a/QTfrontend/selectWeapon.h	Wed Feb 24 16:41:35 2010 +0000
+++ b/QTfrontend/selectWeapon.h	Thu Feb 25 04:04:26 2010 +0000
@@ -33,7 +33,7 @@
   Q_OBJECT
 
 public:
-  SelWeaponItem(bool allowInfinite, int iconNum, int wNum, QWidget* parent=0);
+  SelWeaponItem(bool allowInfinite, int iconNum, int wNum, QImage image, QWidget* parent=0);
 
   unsigned char getItemsNum() const;
   void setItemsNum(const unsigned char num);
@@ -77,6 +77,8 @@
   twi weaponItems;
   QGridLayout* p1Layout;
   QGridLayout* p2Layout;
+  QGridLayout* p3Layout;
+  QGridLayout* p4Layout;
 };
 
 #endif // _SELECT_WEAPON_INCLUDED