# HG changeset patch # User Stefan Karlsson # Date 1269790595 -3600 # Node ID f46b00385da169a06a6fcd8177164e0c466f59a0 # Parent 7e493765a7b84a2020b1a849e2f75d0803d4b531 Fixed "extra qualification" syntax errors. diff -r 7e493765a7b8 -r f46b00385da1 browserui/browser/BrowserAppInc/BrowserAppUi.h --- a/browserui/browser/BrowserAppInc/BrowserAppUi.h Sun Mar 14 13:09:52 2010 +0000 +++ b/browserui/browser/BrowserAppInc/BrowserAppUi.h Sun Mar 28 16:36:35 2010 +0100 @@ -293,7 +293,7 @@ * @param an RFile filehandle, and an allocated buffer to hold * discovered mime type */ - TBool CBrowserAppUi::RecognizeUiFileL( RFile& aFileHandle, TBuf& aDataTypeDes ); + TBool RecognizeUiFileL( RFile& aFileHandle, TBuf& aDataTypeDes ); /** * Confirm with the user that a file should be handled by @@ -823,19 +823,19 @@ /** * Clear History of all open windows */ - void CBrowserAppUi::ClearHistoryL(); + void ClearHistoryL(); /** * Prompt before clearing history */ - void CBrowserAppUi::ClearHistoryWithPromptL(); + void ClearHistoryWithPromptL(); /** * Clear All Privacy Data */ - void CBrowserAppUi::ClearAllPrivacyL(); + void ClearAllPrivacyL(); /** * Disconnect. diff -r 7e493765a7b8 -r f46b00385da1 browserui/browser/BrowserAppInc/BrowserProgressIndicator.h --- a/browserui/browser/BrowserAppInc/BrowserProgressIndicator.h Sun Mar 14 13:09:52 2010 +0000 +++ b/browserui/browser/BrowserAppInc/BrowserProgressIndicator.h Sun Mar 28 16:36:35 2010 +0100 @@ -56,7 +56,7 @@ * @param aApiProvider Reference to API provider * @return Pointer to instance of CBrowserAnimation */ - static CBrowserProgressIndicator* CBrowserProgressIndicator::NewL( MApiProvider& aApiProvider ); + static CBrowserProgressIndicator* NewL( MApiProvider& aApiProvider ); /** * Constructor. * @param aApiProvider Reference to API provider