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. --- uidesigner/vfdresizer.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uidesigner/vfdresizer.pas') diff --git a/uidesigner/vfdresizer.pas b/uidesigner/vfdresizer.pas index 9944e3b6..32aec2e8 100644 --- a/uidesigner/vfdresizer.pas +++ b/uidesigner/vfdresizer.pas @@ -24,8 +24,8 @@ interface uses Classes, SysUtils, - gfxbase, - gfx_widget; + fpg_base, + fpg_widget; type TwgResizer = class(TfpgWidget) -- cgit v1.2.3-54-g00ecf