Index: /trunk/BNC/src/combination/bnccomb.h
===================================================================
--- /trunk/BNC/src/combination/bnccomb.h	(revision 7084)
+++ /trunk/BNC/src/combination/bnccomb.h	(revision 7085)
@@ -26,6 +26,6 @@
  signals:
   void newMessage(QByteArray msg, bool showOnScreen);
-  void newClkCorrections(QList<t_clkCorr> clkCorrections);
-  void newOrbCorrections(QList<t_orbCorr> orbCorrections);
+  void newOrbCorrections(QList<t_orbCorr>);
+  void newClkCorrections(QList<t_clkCorr>);
 
  private:
