diff -r 7feec50967db -r e492551a0d54 contentstorage/caclient/stub/inc/caobjectadapter.h --- 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);