equal
deleted
inserted
replaced
21 #include "perfmon.hrh" |
21 #include "perfmon.hrh" |
22 #include "perfmon_document.h" |
22 #include "perfmon_document.h" |
23 #include "perfmon_appui.h" |
23 #include "perfmon_appui.h" |
24 #include "perfmon_model.h" |
24 #include "perfmon_model.h" |
25 |
25 |
26 #include <aknutils.h> |
26 #include <AknUtils.h> |
27 |
27 |
28 _LIT(KPercentageFormat,"%S %d%%"); |
28 _LIT(KPercentageFormat,"%S %d%%"); |
29 _LIT(KFreeFormat,"%S free %S%S"); |
29 _LIT(KFreeFormat,"%S free %S%S"); |
30 _LIT(KSizeFormat,"%S size %S%S"); |
30 _LIT(KSizeFormat,"%S size %S%S"); |
31 |
31 |