From 8eb1030c56d6a1228d3145b247f75c733576e511 Mon Sep 17 00:00:00 2001 From: graemeg Date: Sat, 27 Sep 2008 18:24:54 +0000 Subject: * Rename all corelib units to the new naming convention. * Updated the UI Designer to use the new unit names. --- src/gui/gui_grid.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/gui_grid.pas') diff --git a/src/gui/gui_grid.pas b/src/gui/gui_grid.pas index 6d343f24..41b19402 100644 --- a/src/gui/gui_grid.pas +++ b/src/gui/gui_grid.pas @@ -33,8 +33,8 @@ interface uses Classes, SysUtils, - gfxbase, - fpgfx, + fpg_base, + fpg_main, gui_basegrid, gui_customgrid; @@ -157,7 +157,7 @@ function CreateStringGrid(AOwner: TComponent; x, y, w, h: TfpgCoord; AColumnCoun implementation uses - gfx_constants; + fpg_constants; function CreateStringGrid(AOwner: TComponent; x, y, w, h: TfpgCoord; AColumnCount: integer = 0): TfpgStringGrid; begin -- cgit v1.2.3-70-g09d2