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_scrollbar.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/gui_scrollbar.pas') diff --git a/src/gui/gui_scrollbar.pas b/src/gui/gui_scrollbar.pas index 5bfde1c9..9e207303 100644 --- a/src/gui/gui_scrollbar.pas +++ b/src/gui/gui_scrollbar.pas @@ -32,9 +32,9 @@ interface uses Classes, SysUtils, - gfxbase, - fpgfx, - gfx_widget; + fpg_base, + fpg_main, + fpg_widget; type TScrollNotifyEvent = procedure(Sender: TObject; position: integer) of object; -- cgit v1.2.3-54-g00ecf