Index: trunk/BNC/teqcdlg.cpp
===================================================================
--- trunk/BNC/teqcdlg.cpp	(revision 3740)
+++ trunk/BNC/teqcdlg.cpp	(revision 3741)
@@ -63,5 +63,5 @@
 
   _buttonCancel = new QPushButton(tr("Cancel"), this);
-  connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(cancel()));
+  connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(close()));
 
   QHBoxLayout* buttonLayout = new QHBoxLayout;
@@ -82,2 +82,13 @@
 }
 
+// Accept the Options
+////////////////////////////////////////////////////////////////////////////
+void teqcDlg::slotOK() {
+
+}
+
+// Whats This Help
+////////////////////////////////////////////////////////////////////////////
+void teqcDlg::slotWhatsThis() {
+  QWhatsThis::enterWhatsThisMode();
+}
Index: trunk/BNC/teqcdlg.h
===================================================================
--- trunk/BNC/teqcdlg.h	(revision 3740)
+++ trunk/BNC/teqcdlg.h	(revision 3741)
@@ -42,4 +42,6 @@
 
   private slots:
+    void slotOK();
+    void slotWhatsThis();
 
   private:
