videocollection/videocollectionview/inc/videohintwidget.h
changeset 44 518105d52e45
parent 41 229f037ce963
--- a/videocollection/videocollectionview/inc/videohintwidget.h	Fri Jul 02 17:14:33 2010 +0300
+++ b/videocollection/videocollectionview/inc/videohintwidget.h	Thu Jul 08 13:05:19 2010 +0300
@@ -59,9 +59,8 @@
      * Method creates colleciton wrapper, grid and list views,
      * layout and activates correct view based on the current orientation
      *
-     * @return int 0 initialization ok, < 0 if fails.
      */
-    int initialize();
+    void initialize();
     
     /**
      * Sets the level where the hint is correctly. Hint displays differently in
@@ -108,21 +107,6 @@
      * Pointer to the XML UI (DocML) loader, not owned
      */
     VideoCollectionUiLoader     *mUiLoader;
-    
-    /**
-     * Service icon resource string.
-     */
-    QString                     mServiceIconString;
-    
-    /**
-     * Service icon pressed resource string.
-     */
-    QString                     mServiceIconPressedString;
-    
-    /**
-     * Service icon.
-     */
-    HbIcon                      *mServiceIcon;
 
     /**
      * Current hint level.
@@ -138,7 +122,11 @@
      * true if widget has been activated.
      */
     bool mActivated;
-
+    
+    /**
+     * Localized text for the service button. 
+     */
+    QString mHintText;
 };
 
 #endif // VIDEOHINTWIDGET_H