Fixed "extra qualification" syntax errors.
--- a/profilesapplication/Profiles/GSProfilesPlugin/inc/GSProfilesPlugin.h Sun Mar 14 13:09:42 2010 +0000
+++ b/profilesapplication/Profiles/GSProfilesPlugin/inc/GSProfilesPlugin.h Sun Mar 28 16:36:24 2010 +0100
@@ -241,7 +241,7 @@
void GetActiveProfileSettingsL( TPsmSettingItems& aItems );
//void GetActiveProfileSettings2L( TPsmSettingItems& aItems );
TUint32 ResolveKey( TUint aPartialKey, TInt aProfileId );
- void CPSMProfilesPlugin::Panic( TInt aReason );
+ void Panic( TInt aReason );
};