diff -r 624337f114fe -r 23411a3be0db controlpanelplugins/themeplugin/src/cpthemeplugin.cpp --- a/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp Mon May 03 12:32:06 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp Fri May 14 15:53:07 2010 +0300 @@ -41,7 +41,8 @@ /*! create the control panel entry item data for Theme settins. */ -CpSettingFormItemData *CpThemePlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const + +QList CpThemePlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const { //create a cpthemepluginentryitemdata with default values and return it. @@ -50,7 +51,7 @@ tr("Theme"), tr("Theme Name"), HbIcon(":/image/qgn_menu_note.svg")); - return entryItem; + return QList() << entryItem; } Q_EXPORT_PLUGIN2(cpthemeplugin, CpThemePlugin);