Hello anybody,

I'am using Fedora Core 5 with KDE-4
I'am also using QT-4.1.3

I want to put my own icon on the taskbar next to the windowtitle.
If i do in designer nothing happens.
if i put in mainwindow.cpp: setWindowIcon(QIcon(":/images/triple20.png"));
also nothing happens.
I also tried it in main.cpp: app.setWindowIcon(QIcon(":/images/triple20.png"));
also nothing happens.

I also search the net but i can't find anything about this item.
I also read the documentation from Trolltech about this.

Is it posibble to put a icon on the taskbar.