diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/HWApplication.h --- 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