mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 11:58:14 +02:00
qt: try to fix qt 4.3 compilation
git-svn-id: trunk@19794 -
This commit is contained in:
parent
89b5eb486e
commit
8941c1159c
@ -353,7 +353,9 @@ begin
|
||||
idButtonAbort: AStdPixmap := QStyleSP_DialogResetButton;
|
||||
idButtonAll: AStdPixmap := QStyleSP_DialogApplyButton;
|
||||
idButtonIgnore: AStdPixmap := QStyleSP_DialogDiscardButton;
|
||||
{$IF DEFINED(USE_QT_44) or DEFINED(USE_QT_45)}
|
||||
idButtonRetry: AStdPixmap := QStyleSP_BrowserReload; // ?
|
||||
{$IFEND}
|
||||
idButtonOpen: AStdPixmap := QStyleSP_DialogOpenButton;
|
||||
idButtonSave: AStdPixmap := QStyleSP_DialogSaveButton;
|
||||
idButtonShield: AStdPixmap := QStyleSP_VistaShield;
|
||||
|
Loading…
Reference in New Issue
Block a user