Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 6334)
+++ trunk/BNC/src/bncwindow.cpp	(revision 6335)
@@ -66,4 +66,5 @@
 #include "rinex/reqcedit.h"
 #include "rinex/reqcanalyze.h"
+#include "orbComp/sp3Comp.h"
 #ifdef QT_WEBKIT
 #  include "map/bncmapwin.h"
@@ -1752,7 +1753,7 @@
   else if (!_sp3CompFileChooser->fileName().isEmpty()) {
     _runningSp3Comp = true;
-    t_reqcEdit* reqcEdit = new t_reqcEdit(this);
-    connect(reqcEdit, SIGNAL(finished()), this, SLOT(slotPostProcessingFinished()));
-    reqcEdit->start();
+    t_sp3Comp* sp3Comp = new t_sp3Comp(this);
+    connect(sp3Comp, SIGNAL(finished()), this, SLOT(slotPostProcessingFinished()));
+    sp3Comp->start();
     enableStartStop();
   }
Index: trunk/BNC/src/orbComp/sp3Comp.cpp
===================================================================
--- trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6334)
+++ trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6335)
@@ -73,4 +73,6 @@
 //  }
 
+  qDebug() << "sp3Comp::run";
+
   // Exit (thread)
   // -------------
