Ignore:
Timestamp:
Mar 30, 2013, 11:39:46 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r5066 r5068  
    163163
    164164  connect(this, SIGNAL(newMessage(QByteArray,bool)),
    165           PGM_CORE, SLOT(slotMessage(const QByteArray,bool)));
     165          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    166166
    167167  // Combination Method
     
    750750  // Optionally send new Corrections to PPP
    751751  // --------------------------------------
    752   if (PGM_CORE->_bncPPPclient) {
    753     PGM_CORE->_bncPPPclient->slotNewCorrections(corrLines);
     752  if (BNC_CORE->_bncPPPclient) {
     753    BNC_CORE->_bncPPPclient->slotNewCorrections(corrLines);
    754754  }
    755755}
Note: See TracChangeset for help on using the changeset viewer.