phonebookengines/mobcntactions/src/mobcntcallaction.cpp
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    36 	 return new MobCntCallAction();
    36 	 return new MobCntCallAction();
    37 }
    37 }
    38 
    38 
    39 void MobCntCallAction::performAction()
    39 void MobCntCallAction::performAction()
    40 {
    40 {
    41     QString service("com.nokia.services.telephony");
    41     QString service("com.nokia.symbian.ICallDial");
    42     QString type("dial(QString,int)");
    42     QString type("dial(QString,int)");
    43     
    43     
    44     performNumberAction(service, type);
    44     performNumberAction(service, type);
    45 }
    45 }
    46 
    46