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/vfdmain.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uidesigner/vfdmain.pas') diff --git a/uidesigner/vfdmain.pas b/uidesigner/vfdmain.pas index cfa11b31..612def1d 100644 --- a/uidesigner/vfdmain.pas +++ b/uidesigner/vfdmain.pas @@ -24,7 +24,7 @@ interface uses Classes, SysUtils, - gfx_widget, + fpg_widget, gui_dialogs, vfdprops, vfdforms, @@ -84,8 +84,8 @@ implementation uses vfdformparser, gui_iniutils, - gfx_utils, - fpgfx; + fpg_utils, + fpg_main; Var DefaultPasExt : String = '.pas'; -- cgit v1.2.3-54-g00ecf