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_style.pas | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/gui/gui_style.pas') diff --git a/src/gui/gui_style.pas b/src/gui/gui_style.pas index 9cd32df2..7a5b1e91 100644 --- a/src/gui/gui_style.pas +++ b/src/gui/gui_style.pas @@ -28,9 +28,9 @@ interface uses Classes, SysUtils, - gfxbase, - fpgfx, - gfx_widget; + fpg_base, + fpg_main, + fpg_widget; type @@ -203,12 +203,9 @@ TfpgMotifStyle = class(TfpgCommonStyle) end; - - implementation - { TfpgCommonStyle } procedure TfpgCommonStyle.DrawControl(element: TfpgControlElement; -- cgit v1.2.3-54-g00ecf