Index: /trunk/BNS/bns.cpp
===================================================================
--- /trunk/BNS/bns.cpp	(revision 1062)
+++ /trunk/BNS/bns.cpp	(revision 1063)
@@ -74,7 +74,7 @@
   // -------------------------------------------
   _caster = new t_bnscaster(settings.value("mountpoint").toString());
-  connect(_clkServer, SIGNAL(error(const QByteArray)),
+  connect(_caster, SIGNAL(error(const QByteArray)),
           this, SLOT(slotError(const QByteArray)));
-  connect(_clkServer, SIGNAL(newMessage(const QByteArray)),
+  connect(_caster, SIGNAL(newMessage(const QByteArray)),
           this, SLOT(slotNewMessage(const QByteArray)));
 
