Translations:Development/Architecture/KDE3/Icon Loader/6/pt-br

From KDE TechBase
Revision as of 18:53, 29 June 2014 by Aracele (talk | contribs) (Created page with "<syntaxhighlight lang="cpp-qt"> #include <kglobal.h> #include <kiconloader.h> KIconLoader *loader = KGlobal::iconLoader(); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#include <kglobal.h>
#include <kiconloader.h>
 
KIconLoader *loader = KGlobal::iconLoader();