contentstorage/caclient/inc/caentry_p.h
changeset 86 e492551a0d54
parent 85 7feec50967db
child 87 9d806967057c
--- a/contentstorage/caclient/inc/caentry_p.h	Tue Mar 23 23:17:02 2010 +0200
+++ b/contentstorage/caclient/inc/caentry_p.h	Tue Mar 23 23:28:12 2010 +0200
@@ -28,6 +28,7 @@
 #include "caicondescription.h"
 
 class CaEntry;
+class HbIcon;
 
 class CaEntryPrivate: public QSharedData
 {
@@ -60,7 +61,7 @@
     QString attribute(const QString &name) const;
     void setAttribute(const QString &name, const QString &value);
 
-    QPixmap makeIcon(const QSize &size) const;
+    HbIcon makeIcon(const QSize &size) const;
 
     EntryRole role() const;
     void setRole(const EntryRole &role);