diff -r d44ae883896b -r 13a53315ae18 QTfrontend/selectWeapon.h --- 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