phonebookengines/cntactions/src/cntmessageaction.cpp
changeset 47 7cbcb2896f0e
parent 40 b46a585f6909
child 53 e6aff7b69165
equal deleted inserted replaced
46:efe85016a067 47:7cbcb2896f0e
    64     return supportedDetails;
    64     return supportedDetails;
    65 }
    65 }
    66 
    66 
    67 void CntMessageAction::performAction()
    67 void CntMessageAction::performAction()
    68 {
    68 {
    69     QString service("com.nokia.services.hbserviceprovider.conversationview");
    69     QString service("com.nokia.symbian.IMessageSend");
    70     QString type("send(QString,qint32,QString)");
    70     QString type("send(QString,qint32,QString)");
    71     
    71     
    72     performNumberAction(service, type);
    72     performNumberAction(service, type);
    73 }
    73 }
    74 
    74