equal
deleted
inserted
replaced
33 class HbDataForm; |
33 class HbDataForm; |
34 class HbDataFormModel; |
34 class HbDataFormModel; |
35 class HbDataFormModelItem; |
35 class HbDataFormModelItem; |
36 class HbListWidget; |
36 class HbListWidget; |
37 class HbComboBox; |
37 class HbComboBox; |
38 class QTranslator; |
38 class HbTranslator; |
39 class ClockSettingsDocLoader; |
39 class ClockSettingsDocLoader; |
40 class SettingsCustomItem; |
40 class SettingsCustomItem; |
41 |
41 |
42 |
42 |
43 class ClockRegionalSettingsView : public QObject |
43 class ClockRegionalSettingsView : public QObject |
88 QPointer<HbListWidget> mWorkdaysItem; |
88 QPointer<HbListWidget> mWorkdaysItem; |
89 |
89 |
90 ClockSettingsDocLoader *mLoader; |
90 ClockSettingsDocLoader *mLoader; |
91 SettingsUtility *mSettingsUtility; |
91 SettingsUtility *mSettingsUtility; |
92 SettingsCustomItem *mCustomPrototype; |
92 SettingsCustomItem *mCustomPrototype; |
93 QTranslator *mTranslator; |
93 HbTranslator *mTranslator; |
94 }; |
94 }; |
95 |
95 |
96 #endif // CLOCKREGIONALSETTINGSVIEW_H |
96 #endif // CLOCKREGIONALSETTINGSVIEW_H |
97 |
97 |
98 // End of file --Don't remove this. |
98 // End of file --Don't remove this. |