diff -r 6213f45b5ead -r 0c0141cf851a QTfrontend/ui/page/pagemain.h --- a/QTfrontend/ui/page/pagemain.h Sun May 12 07:33:11 2013 -0400 +++ b/QTfrontend/ui/page/pagemain.h Mon May 13 14:10:51 2013 -0400 @@ -29,6 +29,7 @@ public: PageMain(QWidget * parent = 0); + void resetNetworkChoice(); QPushButton * BtnSinglePlayer; QPushButton * BtnNet; @@ -41,9 +42,6 @@ QPushButton * BtnVideos; QLabel * mainNote; - public slots: - void toggleNetworkChoice(); - private: QLayout * bodyLayoutDefinition(); QLayout * footerLayoutDefinition(); @@ -52,6 +50,8 @@ QString randomTip() const; + private slots: + void toggleNetworkChoice(); }; #endif