QTfrontend/ui/page/pageoptions.h
changeset 8192 81da6576b0c3
parent 8151 25b95d6224fc
child 8226 67f07ff5b593
--- a/QTfrontend/ui/page/pageoptions.h	Sun Dec 02 13:57:21 2012 -0500
+++ b/QTfrontend/ui/page/pageoptions.h	Sun Dec 02 17:44:34 2012 -0500
@@ -86,7 +86,7 @@
         QLineEdit * leProxyPassword;
 
 #ifdef VIDEOREC
-        QSpinBox  *framerateBox;
+        QComboBox  *framerateBox;
         QSpinBox  *bitrateBox;
         QLineEdit *widthEdit;
         QLineEdit *heightEdit;
@@ -153,6 +153,8 @@
         void changeAVFormat(int index);
         void changeUseGameRes(int state);
         void changeRecordAudio(int state);
+
+    public slots:
         void setDefaultOptions();
 #endif
 };