clock/clockui/clockplugins/datetimesettingsplugin/inc/datetimesettingsplugin.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 63 a3cb48f6c889
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13  *
    13 *
    14  * Description: 
    14 * Description: 
    15  *
    15 * Header file for DateTimeSettingsPlugin class.
       
    16 *
    16 */
    17 */
    17 
    18 
    18 
    19 
    19 #ifndef DATETIMESETTINGSPLUGIN_H_
    20 #ifndef DATETIMESETTINGSPLUGIN_H_
    20 #define DATETIMESETTINGSPLUGIN_H_
    21 #define DATETIMESETTINGSPLUGIN_H_
    21 
    22 
    22 #include <cppluginplatinterface.h>
    23 // System includes
    23 #include <qobject.h>
    24 #include <QObject>
    24 
    25 
    25 class DateTimeSettingsPlugin : public QObject, public CpPluginPlatInterface
    26 // User includes
       
    27 #include <cpplugininterface.h>
       
    28 
       
    29 class DateTimeSettingsPlugin : public QObject, public CpPluginInterface
    26 {
    30 {
    27 	Q_OBJECT
    31 	Q_OBJECT
    28     Q_INTERFACES(CpPluginPlatInterface)
    32 	Q_INTERFACES(CpPluginInterface)
    29 
    33 
    30 public:
    34 public:
    31 	DateTimeSettingsPlugin();
    35 	DateTimeSettingsPlugin();
    32     virtual ~DateTimeSettingsPlugin();
    36 	virtual ~DateTimeSettingsPlugin();
    33 
    37 
    34     virtual int uid() const;
    38 	virtual int uid() const;
    35     virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
    39 	QList<CpSettingFormItemData*> createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
    36 };
    40 };
    37 
    41 
    38 #endif /* DATETIMESETTINGSPLUGIN_H_ */
    42 #endif /* DATETIMESETTINGSPLUGIN_H_ */
       
    43 
       
    44 // End of file	--Don't remove this