diff -r 5bcb308bd24d -r 6aaf0276100e phoneplugins/phoneindicatorplugin/src/phoneindicatorservicesendertask.cpp --- a/phoneplugins/phoneindicatorplugin/src/phoneindicatorservicesendertask.cpp Wed Aug 18 09:48:26 2010 +0300 +++ b/phoneplugins/phoneindicatorplugin/src/phoneindicatorservicesendertask.cpp Thu Sep 02 20:26:16 2010 +0300 @@ -18,7 +18,7 @@ #include #include -#include +#include PhoneIndicatorServiceSenderTask::PhoneIndicatorServiceSenderTask(Interaction interaction): @@ -44,11 +44,11 @@ switch(m_interaction){ case OpenMissedCallView: service = "logs"; - interface = "com.nokia.symbian.ILogsView"; - operation = "show(QVariantMap)"; - map.insert("view_index",QVariant((int)LogsServices::ViewMissed)); - map.insert("show_dialpad",QVariant(false)); - map.insert("dialpad_text", QVariant(QString())); + interface = XQI_LOGS_VIEW; + operation = XQOP_LOGS_SHOW; + map.insert(XQLOGS_VIEW_INDEX, QVariant((int)XQService::LogsViewAll)); + map.insert(XQLOGS_SHOW_DIALPAD, QVariant(false)); + map.insert(XQLOGS_DIALPAD_TEXT , QVariant(QString())); args.append(QVariant(map)); break; case OpenCallUi: