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_form.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/gui_form.pas') diff --git a/src/gui/gui_form.pas b/src/gui/gui_form.pas index fc2bdfad..230cfd44 100644 --- a/src/gui/gui_form.pas +++ b/src/gui/gui_form.pas @@ -25,8 +25,8 @@ interface uses Classes, SysUtils, - gfxbase, - gfx_widget; + fpg_base, + fpg_widget; type TWindowPosition = (wpUser, wpAuto, wpScreenCenter); @@ -123,8 +123,8 @@ function WidgetParentForm(wg: TfpgWidget): TfpgForm; implementation uses - fpgfx, - gfx_popupwindow, + fpg_main, + fpg_popupwindow, gui_menu; type -- cgit v1.2.3-70-g09d2