Index: trunk/BNC/src/bncgetthread.cpp
===================================================================
--- trunk/BNC/src/bncgetthread.cpp	(revision 7422)
+++ trunk/BNC/src/bncgetthread.cpp	(revision 7423)
@@ -506,5 +506,5 @@
       }
 
-      scanRTCM();            
+      miscScanRTCM();            
 
       // Loop over all observations (observations output)
@@ -699,5 +699,5 @@
 // RTCM scan output
 //////////////////////////////////////////////////////////////////////////////
-void bncGetThread::scanRTCM() {
+void bncGetThread::miscScanRTCM() {
 
   if ( !decoder() ) {
@@ -706,5 +706,5 @@
 
   bncSettings settings;
-  if ( Qt::CheckState(settings.value("scanRTCM").toInt()) == Qt::Checked ) {
+  if ( Qt::CheckState(settings.value("miscScanRTCM").toInt()) == Qt::Checked ) {
 
     if ( _miscMount == _staID || _miscMount == "ALL" ) {
