diff -r 6465d5bb863a -r 58cebe0861a8 controlpanel/controlpanel_plat/inc/cpplugininterface.h --- a/controlpanel/controlpanel_plat/inc/cpplugininterface.h Fri Jun 25 17:09:30 2010 +0800 +++ b/controlpanel/controlpanel_plat/inc/cpplugininterface.h Tue Aug 24 10:30:25 2010 +0800 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: Interface for controlpanel plugins. * */ @@ -23,7 +23,7 @@ /*! \class CpPluginInterface - \brief The class CpPluginInterface is an interface for plugins which can be displayed in control panel application. + \brief The class CpPluginInterface is an interface for controlpanel plugins. */ class CpSettingFormItemData; @@ -40,7 +40,7 @@ } /*! - Create a data form mode item, by which the control panel framework can build a data form model. + Create a set of data form mode item, by which the control panel framework can build a data form model. */ virtual QList createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0; };