diff -r e0432375ea67 -r 5d3e34b7618a cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp --- a/cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp Tue Jul 06 15:15:05 2010 +0300 +++ b/cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp Wed Aug 18 10:40:08 2010 +0300 @@ -58,8 +58,14 @@ QList CpDeviceLockPlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const { RDEBUG("0", 0); + RDEBUG("using icon", 1); return QList() - << new CpSettingFormEntryItemDataImpl(itemDataHelper,tr("Device lock"), QString()); + << new CpSettingFormEntryItemDataImpl( + itemDataHelper, + tr("Device lock"), // text + QString(), // description + HbIcon(QString("qtg_large_device_lock")) // icon + ); } Q_EXPORT_PLUGIN2(cpdevicelockplugin, CpDeviceLockPlugin);