mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:13:46 +02:00
qt intf: clean up
git-svn-id: trunk@28430 -
This commit is contained in:
parent
a9009de33a
commit
ce4f575c39
components/printers
@ -96,7 +96,7 @@ uses
|
||||
{$ENDIF}
|
||||
{$ELSE}
|
||||
{$IFDEF LCLQt}
|
||||
uses Controls, qtobjects, qtwidgets, qt4, FileUtil;
|
||||
uses Controls, qtobjects, qt4, FileUtil;
|
||||
{$I qtprndialogs.inc}
|
||||
{$ELSE}
|
||||
uses Controls, udlgSelectPrinter, udlgPropertiesPrinter, udlgPageSetup, FileUtil;
|
||||
|
@ -1,9 +1,6 @@
|
||||
{%MainUnit ../printersdlgs.pp}
|
||||
|
||||
|
||||
const
|
||||
SExecute = 'Execute';
|
||||
|
||||
{ TPageSetupDialog }
|
||||
|
||||
function TPageSetupDialog.Execute: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user