# HG changeset patch # User Stefan Karlsson # Date 1269790639 -3600 # Node ID 6bb78022e3bd7cfd3f614db6bbd740ccf1ed34b4 # Parent f566ba6aad4c2b58f85f098c033e14f4c590fbae Fixed "extra qualification" syntax errors. diff -r f566ba6aad4c -r 6bb78022e3bd fep/aknfep/inc/AknFepFnKeyManager.h --- a/fep/aknfep/inc/AknFepFnKeyManager.h Sun Mar 14 13:11:12 2010 +0000 +++ b/fep/aknfep/inc/AknFepFnKeyManager.h Sun Mar 28 16:37:19 2010 +0100 @@ -84,10 +84,10 @@ /* * Handles the Fn key event to change the state appropriately. */ - TKeyResponse CAknFepFnKeyManager::HandleFnKeyEventL( const TKeyEvent& aKeyEvent, - TEventCode aEventCode, - TCoeInputCapabilities aInputCapabilities - ); + TKeyResponse HandleFnKeyEventL( const TKeyEvent& aKeyEvent, + TEventCode aEventCode, + TCoeInputCapabilities aInputCapabilities + ); void SetCase( TCase aCase ); 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 /** diff -r f566ba6aad4c -r 6bb78022e3bd fep/aknfep/peninputplugins/PeninputPluginKr/inc/PeninputPluginKr.h --- a/fep/aknfep/peninputplugins/PeninputPluginKr/inc/PeninputPluginKr.h Sun Mar 14 13:11:12 2010 +0000 +++ b/fep/aknfep/peninputplugins/PeninputPluginKr/inc/PeninputPluginKr.h Sun Mar 28 16:37:19 2010 +0100 @@ -178,7 +178,7 @@ CPtiEngine* /*aPtiEngine*/, RArray& aSupportList) const; - CPluginKrFepManagerBase* CPeninputPluginKr::GetCurrentUi(); + CPluginKrFepManagerBase* GetCurrentUi(); /** * Get VKB UI interface diff -r f566ba6aad4c -r 6bb78022e3bd textinput/peninputcommonlayout/inc/peninputlayoutwindow.h --- a/textinput/peninputcommonlayout/inc/peninputlayoutwindow.h Sun Mar 14 13:11:12 2010 +0000 +++ b/textinput/peninputcommonlayout/inc/peninputlayoutwindow.h Sun Mar 28 16:37:19 2010 +0100 @@ -309,7 +309,7 @@ */ IMPORT_C virtual TBool ReconfigUnitSize(TInt aClientLayoutId); - IMPORT_C void CPeninputLayoutWindow::SetTextAlignmentL( TInt aAlignment ); + IMPORT_C void SetTextAlignmentL( TInt aAlignment ); protected: @@ -448,7 +448,7 @@ * @param aResId resource ID * @return None */ - void CPeninputLayoutWindow::ReadBackgroundInfoL( TInt aResId ); + void ReadBackgroundInfoL( TInt aResId ); /** * Read laf of shadow diff -r f566ba6aad4c -r 6bb78022e3bd textinput/peninputcommonlayout/inc/peninputlayoutwindowext.h --- a/textinput/peninputcommonlayout/inc/peninputlayoutwindowext.h Sun Mar 14 13:11:12 2010 +0000 +++ b/textinput/peninputcommonlayout/inc/peninputlayoutwindowext.h Sun Mar 28 16:37:19 2010 +0100 @@ -333,7 +333,7 @@ */ virtual TInt GetNumKeymappingResId() = 0; - IMPORT_C void CPeninputLayoutWindowExt::SetTextAlignmentL( TInt aAlignment ); + IMPORT_C void SetTextAlignmentL( TInt aAlignment ); protected: