summaryrefslogtreecommitdiff
path: root/uidesigner/vfdfile.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-27 18:24:54 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-27 18:24:54 +0000
commit8eb1030c56d6a1228d3145b247f75c733576e511 (patch)
treeb07af847fe22e6ea153e1c0088a257f72dd9f02f /uidesigner/vfdfile.pas
parent1c50f4279f89d41dd1d85964645217860f5c0b9c (diff)
downloadfpGUI-8eb1030c56d6a1228d3145b247f75c733576e511.tar.xz
* Rename all corelib units to the new naming convention.
* Updated the UI Designer to use the new unit names.
Diffstat (limited to 'uidesigner/vfdfile.pas')
-rw-r--r--uidesigner/vfdfile.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/uidesigner/vfdfile.pas b/uidesigner/vfdfile.pas
index 16910883..2361e215 100644
--- a/uidesigner/vfdfile.pas
+++ b/uidesigner/vfdfile.pas
@@ -25,7 +25,7 @@ interface
uses
SysUtils,
Classes,
- gfx_utils;
+ fpg_utils;
type
TVFDFileBlock = class
@@ -351,8 +351,8 @@ begin
'{$mode objfpc}{$H+}' + LineEnding + LineEnding +
'interface' + LineEnding + LineEnding +
'uses' + LineEnding +
- ' SysUtils, Classes, gfxbase, fpgfx, gui_edit, ' + LineEnding +
- ' gfx_widget, gui_form, gui_label, gui_button,' + LineEnding +
+ ' SysUtils, Classes, fpg_base, fpg_main, fpg_widget,' + LineEnding +
+ ' gui_edit, gui_form, gui_label, gui_button,' + LineEnding +
' gui_listbox, gui_memo, gui_combobox, gui_basegrid, gui_grid, ' + LineEnding +
' gui_dialogs, gui_checkbox, gui_tree, gui_trackbar, ' + LineEnding +
' gui_progressbar, gui_radiobutton, gui_tab, gui_menu,' + LineEnding +