Index: sources/MainTimer.cpp =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -rf2e4eba6e85c5d36537be782926f23cc9dc01037 --- sources/MainTimer.cpp (.../MainTimer.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/MainTimer.cpp (.../MainTimer.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) @@ -52,8 +52,8 @@ */ void MainTimer::initConnections() { - connect(&_ApplicationController , SIGNAL(didKeepAliveBegin()), - this , SLOT( onKeepAliveBegin())); + connect(&_ApplicationController , SIGNAL(didCheckInBegin()), + this , SLOT( onCheckInBegin())); } /*! @@ -110,11 +110,11 @@ } /*! - * \brief MainTimer::onKeepAliveBegin - * \details the handler for the signal didKeepAliveBegin - * comming from ApplicationController + * \brief MainTimer::onCheckInBegin + * \details the handler for the signal didCheckInBegin + * emiited from ApplicationController */ -void MainTimer::onKeepAliveBegin() +void MainTimer::onCheckInBegin() { if ( ! gFakeInterval ) { startTimer(_interval);