locationsystemui/locationsysui/possettings/posmethodsplugin/src/pospsysettingsplugin.cpp
changeset 33 834e27cad510
parent 25 73f6c2762ffe
--- a/locationsystemui/locationsysui/possettings/posmethodsplugin/src/pospsysettingsplugin.cpp	Wed Jun 23 18:40:52 2010 +0300
+++ b/locationsystemui/locationsysui/possettings/posmethodsplugin/src/pospsysettingsplugin.cpp	Tue Jul 06 14:44:11 2010 +0300
@@ -236,7 +236,7 @@
         {
         // create the check box item
         HbDataFormModelItem* checkBox = new HbDataFormModelItem(
-                HbDataFormModelItem::CheckBoxItem, QString(), mGroup);
+                    HbDataFormModelItem::CheckBoxItem, QString());
         QString psyName = mPsyList.at(i).mPsyName;
         qDebug() << "Psy Name: " << psyName;
         checkBox->setContentWidgetData("text", psyName);