Namespaces in ColorSel unit

This commit is contained in:
Margers 2024-10-28 07:52:56 +00:00 committed by Michael Van Canneyt
parent 538670c5a2
commit 9d283cd983

View File

@ -20,12 +20,21 @@
****************************************************************************}
{$IFNDEF FPC_DOTTEDUNITS}
unit ColorSel;
{$ENDIF FPC_DOTTEDUNITS}
{$mode fpc}
{$h-}
interface
uses Objects, Drivers, Dialogs, Views, fvconsts;
{$IFDEF FPC_DOTTEDUNITS}
uses
System.Objects, FreeVision.Drivers, FreeVision.Dialogs, FreeVision.Views,
FreeVision.Fvconsts;
{$ELSE FPC_DOTTEDUNITS}
uses
Objects, Drivers, Dialogs, Views, fvconsts;
{$ENDIF FPC_DOTTEDUNITS}
const dialog_colorsel_colors = 'Colors';
label_colorsel_group = '~G~roup';