From kde-commits Thu May 06 23:30:01 2010 From: Michael Pyne Date: Thu, 06 May 2010 23:30:01 +0000 To: kde-commits Subject: KDE/kdelibs/kdeui/icons Message-Id: <20100506233001.BF6B6AC8B0 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127318835609973 SVN commit 1123788 by mpyne: Make KIconCache as internal, and mention un-deprecated workarounds. M +5 -1 kiconcache.h --- trunk/KDE/kdelibs/kdeui/icons/kiconcache.h #1123787:1123788 @@ -39,8 +39,12 @@ * * Note that this is the KDE-wide cache for storing icons and should only be * used by KIconLoader. If you want to cache your own pixmaps you should look - * at KPixmapCache instead. + * at KImageCache or KSharedDataCache instead. + * + * @internal */ +// KDE5: Un-export the symbols for this. Better yet, remove it entirely +// since KPixmapCache is deprecated. class KDEUI_EXPORT KIconCache : public KPixmapCache { public: