webengine/webkitutils/ToolBar/ToolBar.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  The Toolbar class
    14 * Description:  The Toolbar class
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 // INCLUDE FILES
    19 // INCLUDE FILES
    19 #include <AknUtils.h>
    20 #include <AknUtils.h>
    20 #include <StringLoader.h>
    21 #include <StringLoader.h>
    21 #include <AknsConstants.h>
    22 #include <AknsConstants.h>
    22 #include <AknsUtils.h>
    23 #include <AknsUtils.h>
    28 #include <webkitutils.rsg>
    29 #include <webkitutils.rsg>
    29 #include <webkitutilsicons.mbg>
    30 #include <webkitutilsicons.mbg>
    30 
    31 
    31 #include "ToolBar.h"
    32 #include "ToolBar.h"
    32 #include "ToolBarButton.h"
    33 #include "ToolBarButton.h"
       
    34 #include "BrCtlDefs.h"
    33 
    35 
    34 #include "eikon.hrh"
    36 #include "eikon.hrh"
       
    37 
    35 
    38 
    36 // EXTERNAL DATA STRUCTURES
    39 // EXTERNAL DATA STRUCTURES
    37 
    40 
    38 // EXTERNAL FUNCTION PROTOTYPES
    41 // EXTERNAL FUNCTION PROTOTYPES
    39 
    42