Index: trunk/BNC/src/PPP/pppMain.h
===================================================================
--- trunk/BNC/src/PPP/pppMain.h	(revision 5869)
+++ trunk/BNC/src/PPP/pppMain.h	(revision 5870)
@@ -9,4 +9,5 @@
 
 class t_pppMain : public QObject {
+Q_OBJECT
  public:
   t_pppMain();                                                      
Index: trunk/BNC/src/PPP/pppRunRealTime.cpp
===================================================================
--- trunk/BNC/src/PPP/pppRunRealTime.cpp	(revision 5869)
+++ trunk/BNC/src/PPP/pppRunRealTime.cpp	(revision 5870)
@@ -201,8 +201,4 @@
 
     delete _epoData.front(); _epoData.pop_front();
-
-    //// beg test
-    cout << output._log << endl; cout.flush();
-    //// end test
     
     emit newMessage(QByteArray(output._log.c_str()), true);
