diff -r 52d644758b05 -r 76d2cf7a585e logsui/logsapp/src/logsservicehandlerold.cpp --- a/logsui/logsapp/src/logsservicehandlerold.cpp Fri Aug 06 14:57:47 2010 +0300 +++ b/logsui/logsapp/src/logsservicehandlerold.cpp Mon Aug 23 18:14:51 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; }