Index: trunk/BNC/src/PPP/pppRun.cpp
===================================================================
--- trunk/BNC/src/PPP/pppRun.cpp	(revision 5940)
+++ trunk/BNC/src/PPP/pppRun.cpp	(revision 5941)
@@ -98,4 +98,6 @@
     _maxSpeed   = 0;
     _speed      = 0;
+    connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int)));
+    connect(this, SIGNAL(finishedRnxPPP()),    BNC_CORE, SIGNAL(finishedRnxPPP()));
   }
 }
