devicemgmtindicatorsplugin/src/dmpronoteindicators.cpp
changeset 53 1273bf2c520c
parent 42 aa33c2cb9a50
equal deleted inserted replaced
42:aa33c2cb9a50 53:1273bf2c520c
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description: DM Progress and Notification indicators implementation
    14  * Description: DM Progress and Notification indicators implementation
    15  *
    15  *
    16  */
    16  */
    17 #include "dmindicator.h" 
    17 
    18 #include "dmpronoteindicators.h" 
       
    19 #include <QByteArray>
    18 #include <QByteArray>
    20 #include <QVariant>
    19 #include <QVariant>
    21 #include <e32base.h>
    20 #include <e32base.h>
    22 #include <w32std.h>
    21 #include <w32std.h>
    23 #include <apgtask.h>
    22 #include <apgtask.h>
    24 #include <apgtask.h>
    23 #include <apgtask.h>
    25 #include <HbIndicator.h>
    24 #include <hbindicator.h>
       
    25 #include <eikenv.h>
       
    26 #include "dmindicator.h" 
       
    27 #include "dmpronoteindicators.h" 
    26 
    28 
    27 #include <eikenv.h>
       
    28 // ----------------------------------------------------------------------------
    29 // ----------------------------------------------------------------------------
    29 // DMProNoteIndicator::DMProNoteIndicator
    30 // DMProNoteIndicator::DMProNoteIndicator
    30 // @see dmpronoteindicators.h
    31 // @see dmpronoteindicators.h
    31 // ----------------------------------------------------------------------------
    32 // ----------------------------------------------------------------------------
    32 DMProNoteIndicator::DMProNoteIndicator(const QString &indicatorType,
    33 DMProNoteIndicator::DMProNoteIndicator(const QString &indicatorType,