launcher/src/launchercontainerapps.cpp
branchRCL_3
changeset 11 454d022d514b
parent 0 d6fe6244b863
equal deleted inserted replaced
9:404ad6c9bc20 11:454d022d514b
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "LauncherContainerApps.h"
    20 #include "launchercontainerapps.h"
    21 #include "LauncherEngine.h"
    21 #include "launcherengine.h"
    22 
    22 
    23 
    23 
    24 #include <eikclb.h>
    24 #include <eikclb.h>
    25 #include <eikclbd.h>
    25 #include <eikclbd.h>
    26 #include <aknconsts.h>
    26 #include <aknconsts.h>
    27 #include <aknutils.h>
    27 #include <AknUtils.h>
    28 #include <aknnotewrappers.h>
    28 #include <aknnotewrappers.h>
    29 #include <akniconarray.h> 
    29 #include <AknIconArray.h> 
    30 #include <f32file.h>
    30 #include <f32file.h>
    31 #include <avkon.mbg>
    31 #include <avkon.mbg>
    32 #include <AknIconUtils.h>
    32 #include <AknIconUtils.h>
    33 #include <akndef.h>
    33 #include <AknDef.h>
    34 
    34 
    35 
    35 
    36 _LIT(KTab,"\t");
    36 _LIT(KTab,"\t");
    37 
    37 
    38 
    38