From 2fa4d2d5777230e49fa61fed4c37674b42d4c519 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Wed, 5 Sep 2007 07:19:49 +0000 Subject: [PATCH] Small fixes for the trayicon ifdefs on windows. git-svn-id: trunk@11942 - --- components/trayicon/wstrayicon.pas | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/trayicon/wstrayicon.pas b/components/trayicon/wstrayicon.pas index b4058eda88..c0158f11f4 100644 --- a/components/trayicon/wstrayicon.pas +++ b/components/trayicon/wstrayicon.pas @@ -38,12 +38,16 @@ uses {$ifdef Windows} {$ifdef WinCE} - + wswincetrayicon, {$else} - wswin32trayicon, + {$ifdef LCLQt} + wsqttrayicon, + {$else} + wswin32trayicon, + {$endif} {$endif}