QTfrontend/ui/page/pagefeedback.h
changeset 6616 f77bb02b669f
parent 6561 b2165583cdf5
child 6700 e04da46ee43c
--- a/QTfrontend/ui/page/pagefeedback.h	Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/ui/page/pagefeedback.h	Mon Jan 30 17:32:18 2012 -0500
@@ -23,22 +23,22 @@
 
 class PageFeedback : public AbstractPage
 {
-    Q_OBJECT
+        Q_OBJECT
+
+    public:
+        PageFeedback(QWidget * parent = 0);
 
-public:
-    PageFeedback(QWidget * parent = 0);
-    
-    QPushButton * BtnSend;
-    QLineEdit * summary;
-    QTextBrowser * description;
-    QLabel * info;
-    QLabel * label_summary;
-    QLabel * label_description;
+        QPushButton * BtnSend;
+        QLineEdit * summary;
+        QTextBrowser * description;
+        QLabel * info;
+        QLabel * label_summary;
+        QLabel * label_description;
 
-private:
-    QLayout * bodyLayoutDefinition();
-    QLayout * footerLayoutDefinition();
-    void connectSignals();
+    private:
+        QLayout * bodyLayoutDefinition();
+        QLayout * footerLayoutDefinition();
+        void connectSignals();
 };
 
 #endif