equal
deleted
inserted
replaced
42 { |
42 { |
43 DPRINT; |
43 DPRINT; |
44 |
44 |
45 QList<CpSettingFormItemData*> ret; |
45 QList<CpSettingFormItemData*> ret; |
46 ret.append(new CpSettingFormEntryItemDataImpl<CpTelephonyPluginView>( |
46 ret.append(new CpSettingFormEntryItemDataImpl<CpTelephonyPluginView>( |
47 itemDataHelper, hbTrId("Telephony"), hbTrId(""))); |
47 itemDataHelper, hbTrId("txt_cp_dblist_telephone"), hbTrId(""))); |
48 return ret; |
48 return ret; |
49 } |
49 } |
50 |
50 |
51 Q_EXPORT_PLUGIN2(cptelephonyplugin, CpTelephonyPlugin); |
51 Q_EXPORT_PLUGIN2(cptelephonyplugin, CpTelephonyPlugin); |
52 |
52 |