QTfrontend/ui/page/pagemain.h
changeset 8982 0c0141cf851a
parent 8977 d424c7f8b342
child 9080 9b42757d7e71
--- 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