diff -r ced935b952ef -r 6cd49ffea600 systemsettings/accindicatorplugin/src/accindicator.cpp --- a/systemsettings/accindicatorplugin/src/accindicator.cpp Tue Jun 15 16:07:48 2010 +0100 +++ b/systemsettings/accindicatorplugin/src/accindicator.cpp Thu Jul 22 16:35:22 2010 +0100 @@ -27,7 +27,7 @@ AccIndicatorPlugin::AccIndicatorPlugin() : HbIndicatorInterface(IndicatorType, - HbIndicatorInterface::GroupPriorityLow, + HbIndicatorInterface::SettingCategory, InteractionActivated) { mIndicatorTypes << "com.nokia.accessory.indicatorplugin/1.0"; @@ -75,8 +75,7 @@ // this plugin it always returns true. // ---------------------------------------------------------------------------- -bool AccIndicatorPlugin::accessAllowed(const QString &indicatorType, - const HbSecurityInfo *securityInfo) const +bool AccIndicatorPlugin::accessAllowed(const QString &indicatorType,const QVariantMap &securityInfo) const { Q_UNUSED(indicatorType) Q_UNUSED(securityInfo) @@ -129,7 +128,7 @@ return type; } //for displaying the icon in indicator. - case DecorationNameRole: + case MonoDecorationNameRole: { QString iconName; if(mAccType == KPCWired || mAccType == KPCUSB)