Index: trunk/BNC/teqcdlg.cpp
===================================================================
--- trunk/BNC/teqcdlg.cpp	(revision 3828)
+++ trunk/BNC/teqcdlg.cpp	(revision 3829)
@@ -133,5 +133,5 @@
 ////////////////////////////////////////////////////////////////////////////
 void teqcDlg::slotOK() {
-  // saveOptions();
+  saveOptions();
   done(0);
 }
@@ -156,7 +156,13 @@
   }
   else if (iRet == QMessageBox::Yes) {
-    //    saveOptions();
+    saveOptions();
   }
 
   QDialog::closeEvent(event);
 }
+
+// Save Selected Options
+////////////////////////////////////////////////////////////////////////////
+void teqcDlg::saveOptions() {
+
+}
Index: trunk/BNC/teqcdlg.h
===================================================================
--- trunk/BNC/teqcdlg.h	(revision 3828)
+++ trunk/BNC/teqcdlg.h	(revision 3829)
@@ -49,4 +49,6 @@
 
   private:
+   void saveOptions();
+
    QComboBox*     _teqcRnxVersion;
    QSpinBox*      _teqcSampling;
