Hello Qt experts,

I have made a program that uses the QSystemTray class and a ListBox with icons (like in the System Tray Example). When I run it on Vista, all works perfectly fine. However, when I install either my program or the System Tray Example on XP, none of the icons is visible

The system-tray is created and even the tooltip is OK, but no icon The listbox does not show any icons either...

How can I fix this? I know XP supports tray-icons, so at least that should work?

Thanks in advance.