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: