ipsservices/nmipssettings/inc/nmipssettingstimeeditor.h
changeset 75 47d84de1c893
parent 27 9ba4404ef423
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    19 #define NMIPSSETTINGSTIMEEDITOR_H
    19 #define NMIPSSETTINGSTIMEEDITOR_H
    20 
    20 
    21 #include <QDateTime>
    21 #include <QDateTime>
    22 #include <HbWidget>
    22 #include <HbWidget>
    23 
    23 
    24 class QGraphicsLinearLayout;
       
    25 class QGraphicsItem;
    24 class QGraphicsItem;
    26 class HbPushButton;
    25 class HbPushButton;
    27 class HbDialog;
    26 class HbDialog;
    28 class HbAction;
    27 class HbAction;
    29 
    28 
    66     // Owned.
    65     // Owned.
    67     HbDialog *mTimePickerDialog;
    66     HbDialog *mTimePickerDialog;
    68 
    67 
    69     QTime mTime;
    68     QTime mTime;
    70     QString mLabel;
    69     QString mLabel;
    71     
    70 
    72     // Not owned.
    71     // Not owned.
    73     HbAction *mPrimaryAction;
    72     HbAction *mPrimaryAction;
    74 };
    73 };
    75 
    74 
    76 #endif // NMIPSSETTINGSTIMEEDITOR_H
    75 #endif // NMIPSSETTINGSTIMEEDITOR_H