diff -r 2fee987ebaff -r ab0490982943 controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h --- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h Thu Sep 02 17:11:27 2010 +0800 +++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h Thu Sep 30 16:15:53 2010 +0800 @@ -40,6 +40,7 @@ public: QString profileName(int profileId) const; QStringList profileNames() const; + void setProfileName(int profileId, const QString &name); int activateProfile(int profileId); int activeProfileId() const; void profileSettings(int profileId, CpProfileSettings& profileSettings);