QTfrontend/ui/page/pagemain.h
changeset 8977 d424c7f8b342
parent 8318 e2c01fbf36c0
child 8982 0c0141cf851a
--- a/QTfrontend/ui/page/pagemain.h	Sat May 11 21:14:25 2013 -0400
+++ b/QTfrontend/ui/page/pagemain.h	Sat May 11 21:19:44 2013 -0400
@@ -41,6 +41,9 @@
         QPushButton * BtnVideos;
         QLabel * mainNote;
 
+    public slots:
+        void toggleNetworkChoice();
+
     private:
         QLayout * bodyLayoutDefinition();
         QLayout * footerLayoutDefinition();
@@ -49,8 +52,6 @@
 
         QString randomTip() const;
 
-    private slots:
-        void toggleNetworkChoice();
 };
 
 #endif