connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 27 489cf6208544
--- a/connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp	Fri Apr 16 15:21:37 2010 +0300
+++ b/connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp	Mon May 03 12:53:07 2010 +0300
@@ -40,7 +40,7 @@
     CellularIndicatorPlugin::CellularIndicatorPlugin
  */
 CellularIndicatorPlugin::CellularIndicatorPlugin() :
-    HbIndicatorInterface(IndicatorType, GroupPriorityAverage,
+    HbIndicatorInterface(IndicatorType, SettingCategory,
         InteractionActivated),
     mError(0)
 {
@@ -73,7 +73,7 @@
     CellularIndicatorPlugin::accessAllowed
  */
 bool CellularIndicatorPlugin::accessAllowed(const QString &indicatorType,
-    const HbSecurityInfo *securityInfo) const
+    const QVariantMap &securityInfo) const
 {
     OstTraceFunctionEntry0( CELLULARINDICATORPLUGIN_ACCESSALLOWED_ENTRY );
     Q_UNUSED(indicatorType)
@@ -217,7 +217,6 @@
         }
         break;
 
-    case IconNameRole:
     case DecorationNameRole:
         // Return the icon
         ret = HbIcon("qtg_small_gprs");