clock/clockui/clockplugins/datetimesettingsplugin/inc/datetimesettingsplugin.h
changeset 63 a3cb48f6c889
parent 45 b6db4fd4947b
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    21 #define DATETIMESETTINGSPLUGIN_H_
    21 #define DATETIMESETTINGSPLUGIN_H_
    22 
    22 
    23 // System includes
    23 // System includes
    24 #include <QObject>
    24 #include <QObject>
    25 
    25 
    26 // User includes
    26 // User includes.
    27 #include <cpplugininterface.h>
    27 #include <cpplugininterface.h>
    28 
    28 
       
    29 // Forward class declartion.
       
    30 class HbTranslator;
    29 class DateTimeSettingsPlugin : public QObject, public CpPluginInterface
    31 class DateTimeSettingsPlugin : public QObject, public CpPluginInterface
    30 {
    32 {
    31 	Q_OBJECT
    33 	Q_OBJECT
    32 	Q_INTERFACES(CpPluginInterface)
    34 	Q_INTERFACES(CpPluginInterface)
    33 
    35 
    35 	DateTimeSettingsPlugin();
    37 	DateTimeSettingsPlugin();
    36 	virtual ~DateTimeSettingsPlugin();
    38 	virtual ~DateTimeSettingsPlugin();
    37 
    39 
    38 	virtual int uid() const;
    40 	virtual int uid() const;
    39 	QList<CpSettingFormItemData*> createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
    41 	QList<CpSettingFormItemData*> createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
       
    42 	
       
    43 private:
       
    44 	HbTranslator *mTranslator;
    40 };
    45 };
    41 
    46 
    42 #endif /* DATETIMESETTINGSPLUGIN_H_ */
    47 #endif /* DATETIMESETTINGSPLUGIN_H_ */
    43 
    48 
    44 // End of file	--Don't remove this
    49 // End of file	--Don't remove this