contentstorage/caclient/stub/inc/caobjectadapter.h
changeset 86 e492551a0d54
parent 85 7feec50967db
child 87 9d806967057c
--- a/contentstorage/caclient/stub/inc/caobjectadapter.h	Tue Mar 23 23:17:02 2010 +0200
+++ b/contentstorage/caclient/stub/inc/caobjectadapter.h	Tue Mar 23 23:28:12 2010 +0200
@@ -24,6 +24,7 @@
 class QSize;
 class CaEntry;
 class CaIconDescription;
+class HbIcon;
 
 /**
  *  CaObjectAdapter
@@ -39,7 +40,7 @@
      * @param size size of the icon
      * @return QPixmap.
      */
-    static QPixmap makeIcon(
+    static HbIcon makeIcon(
         const CaEntry& entry,
         const QSize &size);