phoneplugins/phoneindicatorplugin/inc/phoneindicators.h
changeset 78 baacf668fe89
parent 46 bc5a64e5bc3c
--- a/phoneplugins/phoneindicatorplugin/inc/phoneindicators.h	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneplugins/phoneindicatorplugin/inc/phoneindicators.h	Fri Oct 15 12:58:46 2010 +0300
@@ -51,15 +51,16 @@
     const char *primaryText;
     const char *secondaryText;
     Interaction interaction;
+    HbIndicatorInterface::Category catecory;
 };
 
 Q_DECLARE_METATYPE(PhoneIndicatorInfo)
 
 static const int PhoneIndicatorCount = 3;
 static const PhoneIndicatorInfo IndicatorInfos[PhoneIndicatorCount] = {
-    {"qtg_mono_info.svg",   "Missed call", "Name/Number", OpenMissedCallView },
-    {"qtg_mono_info.svg",   "Active call", " ", OpenCallUi },
-    {"qtg_mono_info.svg",   "Active diverts", " ", OpenDiverSettingsView }
+    {"qtg_mono_missed_call_unseen",   "Missed call", "Name/Number", OpenMissedCallView, HbIndicatorInterface::NotificationCategory },
+    {"qtg_mono_call",   "Active call", " ", OpenCallUi, HbIndicatorInterface::NotificationCategory },
+    {"qtg_mono_call_diverted",   "Active diverts", " ", OpenDiverSettingsView, HbIndicatorInterface::SettingCategory }
 };
 
 #endif // PHONEINDICATORS_H