Index: trunk/BNC/src/PPP/pppRun.cpp
===================================================================
--- trunk/BNC/src/PPP/pppRun.cpp	(revision 5939)
+++ trunk/BNC/src/PPP/pppRun.cpp	(revision 5940)
@@ -354,5 +354,5 @@
   catch (...) {
     delete _rnxObsFile; _rnxObsFile = 0;
-    emit finished();
+    emit finishedRnxPPP();
     return;
   }
@@ -410,9 +410,9 @@
 
     if (nEpo % 10 == 0) {
-      emit progress(nEpo);
-    }
-  }
-
-  emit finished();
+      emit progressRnxPPP(nEpo);
+    }
+  }
+
+  emit finishedRnxPPP();
 
   if (BNC_CORE->mode() != t_bncCore::interactive) {
Index: trunk/BNC/src/PPP/pppRun.h
===================================================================
--- trunk/BNC/src/PPP/pppRun.h	(revision 5939)
+++ trunk/BNC/src/PPP/pppRun.h	(revision 5940)
@@ -28,6 +28,6 @@
   void newPosition(bncTime time, QVector<double> xx);
   void newNMEAstr(QByteArray str);
-  void progress(int);
-  void finished();
+  void progressRnxPPP(int);
+  void finishedRnxPPP();
 
  public slots:
