diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/ui/page/pagenettype.h --- a/QTfrontend/ui/page/pagenettype.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/page/pagenettype.h Mon Jan 30 17:32:18 2012 -0500 @@ -23,16 +23,16 @@ class PageNetType : public AbstractPage { - Q_OBJECT + Q_OBJECT -public: - PageNetType(QWidget* parent = 0); + public: + PageNetType(QWidget* parent = 0); - QPushButton * BtnLAN; - QPushButton * BtnOfficialServer; + QPushButton * BtnLAN; + QPushButton * BtnOfficialServer; -protected: - QLayout * bodyLayoutDefinition(); + protected: + QLayout * bodyLayoutDefinition(); }; #endif