summaryrefslogtreecommitdiff
path: root/examples/gui/calendar
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/calendar
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/calendar')
-rw-r--r--examples/gui/calendar/calendartest.lpi5
-rw-r--r--examples/gui/calendar/calendartest.lpr5
2 files changed, 4 insertions, 6 deletions
diff --git a/examples/gui/calendar/calendartest.lpi b/examples/gui/calendar/calendartest.lpi
index 20248a00..186cec27 100644
--- a/examples/gui/calendar/calendartest.lpi
+++ b/examples/gui/calendar/calendartest.lpi
@@ -40,10 +40,7 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="5"/>
- <CodeGeneration>
- <Generate Value="Faster"/>
- </CodeGeneration>
+ <Version Value="8"/>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
diff --git a/examples/gui/calendar/calendartest.lpr b/examples/gui/calendar/calendartest.lpr
index a38e3727..3b614cb4 100644
--- a/examples/gui/calendar/calendartest.lpr
+++ b/examples/gui/calendar/calendartest.lpr
@@ -10,8 +10,9 @@ uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
- Classes, SysUtils, gfxbase, fpgfx, gui_form, gui_popupcalendar, gui_edit,
- gui_button, gui_label, gfx_popupwindow, gui_combobox, gui_checkbox, dateutils;
+ Classes, SysUtils,
+ fpg_base, fpg_main, fpg_form, fpg_popupcalendar, fpg_edit,
+ fpg_button, fpg_label, fpg_popupwindow, fpg_combobox, fpg_checkbox, dateutils;
type
TMainForm = class(TfpgForm)