On 4 October 2011 21:19, dmitry chernov <diman4ik.cher...@gmail.com> wrote:
> Yes I use KApplication and KAboutData. But in KAboutData there two
> parameters setting application name. One which sets the displayed name, and
> one which is internal. Should icon name match any of them?
>
Icon name should match application name, otherwise you can use
KAboutData::setProgramIconName()

This is all you need to have icons in titlebar, taskbar, about dialog
etc. (at least if you are on linux)

For more info make sure that you have read
http://techbase.kde.org/Development/Tutorial/Icons

Most important point is the naming of icons in your build tree. If
nothing helps, deleting icon cache might (rm -rf
/var/tmp/kdecache-''user''/icon-cache.kcache)

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to