connectionutilities/confirmqueries/inc/cellularpromptdialog.h
changeset 53 4af712113915
parent 18 fcbbe021d614
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    20 #define __CELLULARPROMPTDIALOG_H__
    20 #define __CELLULARPROMPTDIALOG_H__
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 #include <HbDialog>
    23 #include <HbDialog>
    24 #include <hbdevicedialoginterface.h>
    24 #include <hbdevicedialoginterface.h>
       
    25 #include <QSharedPointer>
       
    26 
       
    27 // Forward declarations
       
    28 class HbTranslator;
    25 
    29 
    26 class CellularPromptDialog: public HbDialog, public HbDeviceDialogInterface
    30 class CellularPromptDialog: public HbDialog, public HbDeviceDialogInterface
    27     {
    31     {
    28     Q_OBJECT
    32     Q_OBJECT
    29 
    33 
    77         /* Pointer to the confml dialog object */
    81         /* Pointer to the confml dialog object */
    78         HbDialog *mDialog;
    82         HbDialog *mDialog;
    79         
    83         
    80         /* Tells whether close has already been called for the dialog */
    84         /* Tells whether close has already been called for the dialog */
    81         bool mClose;
    85         bool mClose;
       
    86 
       
    87         /* Translator for the localisation Text Id's */
       
    88         QSharedPointer<HbTranslator> mTranslator;
    82     };
    89     };
    83 
    90 
    84 
    91 
    85 #endif // __CELLULARPROMPTDIALOG_H__
    92 #endif // __CELLULARPROMPTDIALOG_H__