diff options
Diffstat (limited to 'examples/gui/modalforms/modalforms.lpr')
-rw-r--r-- | examples/gui/modalforms/modalforms.lpr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/gui/modalforms/modalforms.lpr b/examples/gui/modalforms/modalforms.lpr index 188985e9..99f53ab3 100644 --- a/examples/gui/modalforms/modalforms.lpr +++ b/examples/gui/modalforms/modalforms.lpr @@ -12,14 +12,14 @@ uses cthreads, {$ENDIF}{$ENDIF} Classes, - fpgfx, - gui_form, - gui_dialogs, - gui_button, - gui_label, - gui_popupcalendar, - gui_combobox, - gui_edit; + fpg_main, + fpg_form, + fpg_dialogs, + fpg_button, + fpg_label, + fpg_popupcalendar, + fpg_combobox, + fpg_edit; type // forward declaration |