diff -r f566ba6aad4c -r 6bb78022e3bd fep/aknfep/inc/AknFepSharedDataInterface.h --- a/fep/aknfep/inc/AknFepSharedDataInterface.h Sun Mar 14 13:11:12 2010 +0000 +++ b/fep/aknfep/inc/AknFepSharedDataInterface.h Sun Mar 28 16:37:19 2010 +0100 @@ -373,7 +373,7 @@ * @return 1 for on or 0 for off * Since 5.0 */ - TInt CAknFepSharedDataInterface::PredictiveTextAutoCompleteOn(); + TInt PredictiveTextAutoCompleteOn(); /** @@ -381,7 +381,7 @@ * is used to represent predictive text Auto Word Completion being on * Since 5.0 */ - void CAknFepSharedDataInterface::SetPredictiveTextAutoCompleteOn(); + void SetPredictiveTextAutoCompleteOn(); /** @@ -389,7 +389,7 @@ * is used to represent predictive text Auto Word Completion being off * Since 5.0 */ - void CAknFepSharedDataInterface::ResetPredictiveTextAutoCompleteOn(); + void ResetPredictiveTextAutoCompleteOn(); #ifndef RD_INTELLIGENT_TEXT_INPUT /**