fix qt 4.2 compilation

git-svn-id: trunk@13736 -
This commit is contained in:
paul 2008-01-13 11:42:22 +00:00
parent 123be10231
commit 3a3a47ada3

View File

@ -615,7 +615,7 @@ begin
begin
AEvent := QLCLMessageEvent_create(LCLQt_Destroy);
QLCLMessageEvent_setWParam(AEvent, PtrUInt(Self));
QCoreApplication_postEvent(QCoreApplication_instance(), AEvent, Ord(QtLowEventPriority));
QCoreApplication_postEvent(QCoreApplication_instance(), AEvent {$IFDEF QT_USE_4_3}, Ord(QtLowEventPriority) {$ENDIF});
//WriteLn('Posted release event');
end
else