Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3180)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3181)
@@ -25,5 +25,5 @@
 #include "bncutils.h"
 #include "bncpppclient.h"
-#include "bnssp3.h"
+#include "bncsp3.h"
 #include "bncantex.h"
 #include "bnctides.h"
@@ -185,5 +185,5 @@
     QString interval  = "";
     int     sampl     = 0;
-    _sp3 = new bnsSP3(prep, ext, path, interval, sampl);
+    _sp3 = new bncSP3(prep, ext, path, interval, sampl);
   }
 
Index: trunk/BNC/combination/bnccomb.h
===================================================================
--- trunk/BNC/combination/bnccomb.h	(revision 3180)
+++ trunk/BNC/combination/bnccomb.h	(revision 3181)
@@ -8,5 +8,5 @@
 
 class cmbCaster;
-class bnsSP3;
+class bncSP3;
 class bncAntex;
 
@@ -89,5 +89,5 @@
   QString               _outName;
   std::ofstream*        _out;
-  bnsSP3*               _sp3;
+  bncSP3*               _sp3;
   bool                  _append;
   bncAntex*             _antex;
