El Friday 29 August 2003 13:22, Nadeem Hasan escribió: > Quoting Matthias Kretz : > > CVS commit by mkretz: > > + item->setPixmap( 0, KGlobal::iconLoader()->loadIcon( > > ( *it )->icon(), KIcon::Small ) ); > > item->setPixmap(0, SmallIcon((*it)->icon())); Yes, and depending on what is it used for (I didn't check), maybe item->setPixmap(0, SmallIcon((*it)->icon(), IconSize(KIcon::Small))); is needed to force all the icons be of the same size. Greetings, -- Antonio Larrosa Jimenez KDE developer - larrosa@kde.org http://developer.kde.org/~larrosa/ With a rubber duck,one's never alone --The Hitchhiker's Guide to the Galaxy