diff -r 556534771396 -r d4d56f5e7c55 qcpix/tsrc/samplesearch/samplesearch.cpp --- a/qcpix/tsrc/samplesearch/samplesearch.cpp Mon Sep 20 12:35:47 2010 +0530 +++ b/qcpix/tsrc/samplesearch/samplesearch.cpp Tue Oct 05 13:15:12 2010 +0530 @@ -352,7 +352,7 @@ //Instead of having these traps all over the place, we'll have it just here. QT_TRAP_THROWING(/* Call all the symbian APIs here */); if( info.type == "root calendar" ){ - XQServiceRequest *snd = new XQServiceRequest("com.nokia.services.phonebookservices.Fetch", "open(int)",false); + XQServiceRequest *snd = new XQServiceRequest("com.nokia.symbian.IContactsFetch", "open(int)",false); *snd << info.docId.toInt(); snd->send(); }