QTfrontend/selectWeapon.h
changeset 624 e7673b036db5
parent 612 333d095319de
child 629 fb03a39a10ff
--- a/QTfrontend/selectWeapon.h	Fri Oct 26 18:55:27 2007 +0000
+++ b/QTfrontend/selectWeapon.h	Fri Nov 30 18:31:41 2007 +0000
@@ -21,11 +21,16 @@
 
 #include <QWidget>
 
+class QGridLayout;
+
 class SelWeaponWidget : public QWidget
 {
   Q_OBJECT
   public:
     SelWeaponWidget(QWidget* parent=0);
+
+ private:
+  QGridLayout* pLayout;
 };
 
 #endif // _SELECT_WEAPON_INCLUDED