phonesrv_plat/phone_settings_ui_notes_api/inc/psuinotes.h
changeset 53 25b8d29b7c59
parent 32 1f002146abb4
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
    29 #define PSUINOTES_EXPORT Q_DECL_IMPORT
    29 #define PSUINOTES_EXPORT Q_DECL_IMPORT
    30 #endif
    30 #endif
    31 
    31 
    32 class HbInputDialog;
    32 class HbInputDialog;
    33 class QValidator;
    33 class QValidator;
    34 class QTranslator; 
    34 
    35 class PsUiLocalisation;
       
    36 class PsUiSettingsWrapper;
    35 class PsUiSettingsWrapper;
    37 
    36 
    38 class PSUINOTES_EXPORT PsUiNotes: public QObject
    37 class PSUINOTES_EXPORT PsUiNotes: public QObject
    39 {
    38 {
    40     Q_OBJECT
    39     Q_OBJECT
   209 
   208 
   210     /**
   209     /**
   211       Password validator. Not own.
   210       Password validator. Not own.
   212      */
   211      */
   213     const QValidator *m_passwordValidator;
   212     const QValidator *m_passwordValidator;
   214     
       
   215     /**
       
   216       Translators.
       
   217      */
       
   218     PsUiLocalisation *m_localisation; 
       
   219 
   213 
   220     PsUiSettingsWrapper *m_psuiSettings;
   214     PsUiSettingsWrapper *m_psuiSettings;
   221 };
   215 };
   222 #endif // PSUINOTES_H
   216 #endif // PSUINOTES_H