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_popupcalendar.pas | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'src/gui/gui_popupcalendar.pas') diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas index 16c7a023..a31d2cf1 100644 --- a/src/gui/gui_popupcalendar.pas +++ b/src/gui/gui_popupcalendar.pas @@ -45,9 +45,17 @@ unit gui_popupcalendar; interface uses - SysUtils, Classes, gfxbase, fpgfx, gui_edit, - gfx_widget, gui_button, gui_combobox, gui_grid, - gui_dialogs, gfx_popupwindow; + SysUtils, + Classes, + fpg_base, + fpg_main, + fpg_widget, + fpg_popupwindow, + gui_edit, + gui_button, + gui_combobox, + gui_grid, + gui_dialogs; type @@ -155,9 +163,9 @@ type implementation uses - gui_scrollbar - ,gfx_constants - ; + gui_scrollbar, + fpg_constants; + {@VFD_NEWFORM_IMPL} -- cgit v1.2.3-70-g09d2