diff -r 06ff229162e9 -r 11d3954df52a src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h --- a/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h Fri May 14 16:09:54 2010 +0300 +++ b/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h Thu May 27 13:10:59 2010 +0300 @@ -64,12 +64,12 @@ { public: - static HbIconCacheItem* createCacheItem(const HbIconKey &key, + static HbIconCacheItem *createCacheItem(const HbIconKey &key, HbIconLoader::IconLoaderOptions options, const QString &format, HbRenderingMode currentRenderingMode, bool isMultiPiece = false); - static void createCacheItem(HbIconCacheItem& iconCacheItem, + static void createCacheItem(HbIconCacheItem &iconCacheItem, const HbIconKey &key, HbRenderingMode currentRenderingMode); @@ -81,8 +81,6 @@ bool allNvg, HbRenderingMode currentRenderingMode); - - static QString KSvg ; static QString KNvg ; static QString KPic ;