equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "LauncherContainerOutput.h" |
20 #include "launchercontaineroutput.h" |
21 #include "LauncherEngine.h" |
21 #include "launcherengine.h" |
22 |
22 |
23 |
23 |
24 #include <AknBidiTextUtils.h> |
24 #include <AknBidiTextUtils.h> |
25 #include <aknutils.h> |
25 #include <AknUtils.h> |
26 #include <aknnotewrappers.h> |
26 #include <aknnotewrappers.h> |
27 #include <eiksbfrm.h> |
27 #include <eiksbfrm.h> |
28 #include <akndef.h> |
28 #include <AknDef.h> |
29 |
29 |
30 const TUint KLeftMargin = 2; |
30 const TUint KLeftMargin = 2; |
31 const TUint KRightMargin = 2; |
31 const TUint KRightMargin = 2; |
32 |
32 |
33 |
33 |