summaryrefslogtreecommitdiff
path: root/examples/gui/splashscreen/frm_main.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-10-01 15:11:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-10-01 15:11:44 +0000
commit62d36211682ba17dd0d618a4f3aee2e42ca72767 (patch)
tree30729241fe2c1a67388100b096805e0b015380f5 /examples/gui/splashscreen/frm_main.pas
parent9bc7fd4fff51fa7f25414cdebe01e8dff75b9617 (diff)
downloadfpGUI-62d36211682ba17dd0d618a4f3aee2e42ca72767.tar.xz
* Updated all demos to use the new unit names.
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
Diffstat (limited to 'examples/gui/splashscreen/frm_main.pas')
-rw-r--r--examples/gui/splashscreen/frm_main.pas14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/gui/splashscreen/frm_main.pas b/examples/gui/splashscreen/frm_main.pas
index 1c2548dd..6835b98a 100644
--- a/examples/gui/splashscreen/frm_main.pas
+++ b/examples/gui/splashscreen/frm_main.pas
@@ -9,12 +9,12 @@ unit frm_main;
interface
uses
- SysUtils, Classes, gfxbase, fpgfx, gui_edit,
- gfx_widget, gui_form, gui_label, gui_button,
- gui_listbox, gui_memo, gui_combobox, gui_grid,
- gui_dialogs, gui_checkbox, gui_tree, gui_trackbar,
- gui_progressbar, gui_radiobutton, gui_tab, gui_menu,
- gui_bevel;
+ SysUtils, Classes, fpg_base, fpg_main, fpg_edit,
+ fpg_widget, fpg_form, fpg_label, fpg_button,
+ fpg_listbox, fpg_memo, fpg_combobox, fpg_grid,
+ fpg_dialogs, fpg_checkbox, fpg_tree, fpg_trackbar,
+ fpg_progressbar, fpg_radiobutton, fpg_tab, fpg_menu,
+ fpg_panel;
type
@@ -37,7 +37,7 @@ type
implementation
uses
- gfx_command_intf,
+ fpg_command_intf,
commands;
{@VFD_NEWFORM_IMPL}