summaryrefslogtreecommitdiff
path: root/examples/gui/calendar/calendartest.lpr
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-10 11:38:02 +0000
commit2152494033a86434aa9e03bf34d5510d5f2ff78e (patch)
treec3ca89dbbbba2c3fafdab0d3a658189d9081edaf /examples/gui/calendar/calendartest.lpr
parent9b3c75ef0f5be9c6506e901d6bd8c8783846c2ac (diff)
downloadfpGUI-2152494033a86434aa9e03bf34d5510d5f2ff78e.tar.xz
* Removed the annoying unit that Lazarus IDE keeps adding to the examples.
* Updated the build scripts to compile the new package unit.
Diffstat (limited to 'examples/gui/calendar/calendartest.lpr')
-rw-r--r--examples/gui/calendar/calendartest.lpr3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/gui/calendar/calendartest.lpr b/examples/gui/calendar/calendartest.lpr
index 0ae6e1ba..a38e3727 100644
--- a/examples/gui/calendar/calendartest.lpr
+++ b/examples/gui/calendar/calendartest.lpr
@@ -11,8 +11,7 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Classes, SysUtils, gfxbase, fpgfx, gui_form, gui_popupcalendar, gui_edit,
- gui_button, gui_label, gfx_popupwindow, gui_combobox, gui_checkbox, dateutils,
- fpgui_toolkit;
+ gui_button, gui_label, gfx_popupwindow, gui_combobox, gui_checkbox, dateutils;
type
TMainForm = class(TfpgForm)