idlehomescreen/widgetmanager/inc/wmresourceloader.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
--- 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_