clock/clockui/clockcityselectionlist/inc/clockcityselectionlist.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    25 // User includes
    25 // User includes
    26 #include "clockcityselectionlistdefines.h"
    26 #include "clockcityselectionlistdefines.h"
    27 #include "clockdatatypes.h"
    27 #include "clockdatatypes.h"
    28 
    28 
    29 // Forward declarations
    29 // Forward declarations
       
    30 class HbTranslator;
    30 class ClockCitySelectionListPrivate;
    31 class ClockCitySelectionListPrivate;
    31 class TimezoneClient;
    32 class TimezoneClient;
    32 class QTranslator;
       
    33 
       
    34 
    33 
    35 class CLOCKCITYSELECTIONLIST_EXPORT ClockCitySelectionList : public QObject
    34 class CLOCKCITYSELECTIONLIST_EXPORT ClockCitySelectionList : public QObject
    36 {
    35 {
    37 	Q_OBJECT
    36 	Q_OBJECT
    38 
    37 
    50 
    49 
    51 private:
    50 private:
    52 	ClockCitySelectionListPrivate *d_ptr;
    51 	ClockCitySelectionListPrivate *d_ptr;
    53 	Q_DECLARE_PRIVATE_D(d_ptr, ClockCitySelectionList)
    52 	Q_DECLARE_PRIVATE_D(d_ptr, ClockCitySelectionList)
    54 	Q_DISABLE_COPY(ClockCitySelectionList)
    53 	Q_DISABLE_COPY(ClockCitySelectionList)
    55 	QTranslator *mTranslator;
    54 	HbTranslator *mTranslator;
    56 };
    55 };
    57 
    56 
    58 #endif // CLOCKCITYSELECTIONLIST_H
    57 #endif // CLOCKCITYSELECTIONLIST_H
    59 
    58 
    60 // End of file	--Don't remove this.
    59 // End of file	--Don't remove this.