QTfrontend/ui/page/pageselectweapon.h
changeset 6616 f77bb02b669f
parent 6525 6c97379c584b
child 6700 e04da46ee43c
--- a/QTfrontend/ui/page/pageselectweapon.h	Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/ui/page/pageselectweapon.h	Mon Jan 30 17:32:18 2012 -0500
@@ -25,22 +25,22 @@
 
 class PageSelectWeapon : public AbstractPage
 {
-    Q_OBJECT
+        Q_OBJECT
 
-public:
-    PageSelectWeapon(QWidget* parent = 0);
+    public:
+        PageSelectWeapon(QWidget* parent = 0);
 
-    QPushButton *BtnDefault;
-    QPushButton *BtnDelete;
-    QPushButton *BtnNew;
-    QPushButton *BtnCopy;
-    SelWeaponWidget* pWeapons;
-    QComboBox* selectWeaponSet;
+        QPushButton *BtnDefault;
+        QPushButton *BtnDelete;
+        QPushButton *BtnNew;
+        QPushButton *BtnCopy;
+        SelWeaponWidget* pWeapons;
+        QComboBox* selectWeaponSet;
 
-protected:
-    QLayout * bodyLayoutDefinition();
-    QLayout * footerLayoutDefinition();
-    void connectSignals();
+    protected:
+        QLayout * bodyLayoutDefinition();
+        QLayout * footerLayoutDefinition();
+        void connectSignals();
 };
 
 #endif