On Wednesday 05 September 2007, Jason 'vanRijn' Kasper wrote: > I don't believe I ever saw any responses to my question. The situation is > still the same, I believe. The size of the pixmap is still being hard-coded > to 32x32: > > .-(~/kde4/src/kdelibs/kdeui/paged)- > `--> grep 32 * > kpageview_p.cpp: const QPixmap pixmap = icon.pixmap( 32, 32 ); > kpageview_p.cpp: const QPixmap pixmap = icon.pixmap( 32, 32 ); > > I guess that for KPilot, it's not that big of a deal, and we certainly have > bigger problems than the size of our icons not being the same size that they > were in kde3. If nobody else is complaining about it, I'm content to drop > the issue. =:) This should use KIconLoader::global()->currentSize(K3Icon::Dialog) instead. -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).