QTfrontend/HWApplication.h
changeset 6616 f77bb02b669f
parent 6185 a6aa2d44f390
child 6700 e04da46ee43c
--- a/QTfrontend/HWApplication.h	Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/HWApplication.h	Mon Jan 30 17:32:18 2012 -0500
@@ -35,14 +35,14 @@
  */
 class HWApplication : public QApplication
 {
-    Q_OBJECT
-public:
-    HWApplication(int &argc, char **argv);
-    ~HWApplication() {};
+        Q_OBJECT
+    public:
+        HWApplication(int &argc, char **argv);
+        ~HWApplication() {};
 
-    HWForm *form;
-protected:
-    bool event(QEvent *);
+        HWForm *form;
+    protected:
+        bool event(QEvent *);
 };
 
 #endif