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