diff -r 624337f114fe -r 36aa4756ee82 controlpanelplugins/themeplugin/src/cpthemeplugin.h --- a/controlpanelplugins/themeplugin/src/cpthemeplugin.h Mon May 03 12:32:06 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemeplugin.h Fri May 14 13:21:08 2010 +0800 @@ -19,16 +19,16 @@ #define CPTHEMEPLUGIN_H #include -#include +#include -class CpThemePlugin : public QObject, public CpPluginPlatInterface +class CpThemePlugin : public QObject, public CpPluginInterface { Q_OBJECT - Q_INTERFACES(CpPluginPlatInterface) + Q_INTERFACES(CpPluginInterface) public: CpThemePlugin(); virtual ~CpThemePlugin(); - virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const; + virtual QList createSettingFormItemData(CpItemDataHelper &itemDataHelper) const; }; #endif //CPTHEMEPLUGIN_H