Index: trunk/BNC/src/pppWidgets.h
===================================================================
--- trunk/BNC/src/pppWidgets.h	(revision 10251)
+++ trunk/BNC/src/pppWidgets.h	(revision 10791)
@@ -38,7 +38,7 @@
 
 class t_pppWidgets : public QObject {
- Q_OBJECT
+  Q_OBJECT
 
- public:
+public:
   t_pppWidgets();
   ~t_pppWidgets();
@@ -49,6 +49,8 @@
   qtFileChooser* _rinexNav;
   QLineEdit*     _corrMount;
+  QLineEdit*     _biasMount;
   QLineEdit*     _ionoMount;
   qtFileChooser* _corrFile;
+  qtFileChooser* _biasFile;
   qtFileChooser* _ionoFile;
   qtFileChooser* _crdFile;
@@ -56,4 +58,5 @@
   qtFileChooser* _blqFile;
   QLineEdit*     _logPath;
+  QComboBox*     _logMode;
   QLineEdit*     _nmeaPath;
   QLineEdit*     _snxtroPath;
@@ -93,5 +96,14 @@
   QSlider*       _mapSpeedSlider;
 
- private slots:
+  QCheckBox*     _arGPS;
+  QCheckBox*     _arGalileo;
+  QCheckBox*     _arBDS;
+  QSpinBox*      _arMinNumEpo;
+  QSpinBox*      _arMinNumSat;
+  QCheckBox*     _arUseYaw;
+  QLineEdit*     _arMaxFrac;
+  QLineEdit*     _arMaxSig;
+
+private slots:
   void slotEnableWidgets();
   void slotAddStation();
@@ -99,5 +111,5 @@
   void slotPPPTextChanged();
 
- private:
+private:
   void readOptions();
   QList <QWidget*> _widgets;
