diff -r 4d54b72983ae -r c743ef5928ba idlehomescreen/widgetmanager/inc/wmresourceloader.h --- a/idlehomescreen/widgetmanager/inc/wmresourceloader.h Tue Jan 26 11:48:23 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmresourceloader.h Tue Feb 02 00:04:13 2010 +0200 @@ -69,6 +69,12 @@ /** wrt specific description text */ const TDesC& WrtDescription(); + /** uninstalling text to replace widget name */ + const TDesC& Uninstalling(); + + /** query popup*/ + TBool QueryPopupL( TInt aResourceId, const TDesC& aString ); + private: // internal methods /** constructor */ @@ -124,6 +130,10 @@ */ HBufC* iWrtDescription; + /** + * text to replace title + */ + HBufC* iUninstalling; }; #endif // WMRESOURCELOADER_H_