diff -r f27aebe284bb -r c5af8598d22c logsui/logsapp/src/logsservicehandlerold.cpp --- a/logsui/logsapp/src/logsservicehandlerold.cpp Wed Aug 18 09:49:12 2010 +0300 +++ b/logsui/logsapp/src/logsservicehandlerold.cpp Thu Sep 02 20:27:05 2010 +0300 @@ -57,14 +57,14 @@ { LOGS_QDEBUG_2( "logs [UI] -> LogsServiceHandlerOld::start(), view:", activatedView ) - if ( activatedView < LogsServices::ViewAll || - activatedView > LogsServices::ViewMissed ){ + if ( activatedView < XQService::LogsViewAll || + activatedView > XQService::LogsViewMissed ){ LOGS_QDEBUG( "logs [UI] <- LogsServiceHandlerOld::start(), incorrect view" ) return -1; } mIsAppStartedUsingService = true; - emit activateView((LogsServices::LogsView)activatedView, showDialpad, QString()); + emit activateView((XQService::LogsViewIndex)activatedView, showDialpad, QString()); LOGS_QDEBUG( "logs [UI] <- LogsServiceHandlerOld::start()" ) return 0; @@ -80,8 +80,8 @@ Q_UNUSED(showDialpad); - if ( activatedView < LogsServices::ViewAll || - activatedView > LogsServices::ViewMissed ){ + if ( activatedView < XQService::LogsViewAll || + activatedView > XQService::LogsViewMissed ){ LOGS_QDEBUG( "logs [UI] <- LogsServiceHandlerOld::startWithNum(), incorrect view" ) return -1; }