SVN commit 1169536 by jmthomas: Clarify in the documentation that normally a KIconEffect will not need to be constructed, by virtue of the global KIconLoader providing a KIconEffect of its own M +4 -0 kiconeffect.h --- trunk/KDE/kdelibs/kdeui/icons/kiconeffect.h #1169535:1169536 @@ -49,6 +49,10 @@ public: /** * Create a new KIconEffect. + * You will most likely never have to use this to create a new KIconEffect + * yourself, as you can use the KIconEffect provided by the global KIconLoader + * (which itself is accessible by KIconLoader::global()) through its + * iconEffect() function. */ KIconEffect(); ~KIconEffect();