Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 3638)
+++ trunk/BNC/bncmodel.cpp	(revision 3639)
@@ -145,7 +145,4 @@
   _opt       = pppClient->opt();
 
-  connect(this, SIGNAL(newMessage(QByteArray,bool)), 
-          ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
-
   // NMEA Output
   // -----------
Index: trunk/BNC/bncmodel.h
===================================================================
--- trunk/BNC/bncmodel.h	(revision 3638)
+++ trunk/BNC/bncmodel.h	(revision 3639)
@@ -56,5 +56,5 @@
 };
 
-class bncModel : public QObject {
+class bncModel {
  public:
   bncModel(bncPPPclient* pppClient);
Index: trunk/BNC/bncpppclient.cpp
===================================================================
--- trunk/BNC/bncpppclient.cpp	(revision 3638)
+++ trunk/BNC/bncpppclient.cpp	(revision 3639)
@@ -74,7 +74,4 @@
   connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
           this, SLOT(slotNewCorrections(QList<QString>)));
-
-  connect(_model, SIGNAL(newNMEAstr(QByteArray)), 
-          this,   SIGNAL(newNMEAstr(QByteArray)));
 }
 
