summaryrefslogtreecommitdiff
path: root/examples/gui/imgtest
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/imgtest
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/imgtest')
-rw-r--r--examples/gui/imgtest/bitmaptest.lpi5
-rw-r--r--examples/gui/imgtest/bitmaptest.lpr8
2 files changed, 5 insertions, 8 deletions
diff --git a/examples/gui/imgtest/bitmaptest.lpi b/examples/gui/imgtest/bitmaptest.lpi
index 5b355bac..af74913a 100644
--- a/examples/gui/imgtest/bitmaptest.lpi
+++ b/examples/gui/imgtest/bitmaptest.lpi
@@ -41,14 +41,11 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="5"/>
+ <Version Value="8"/>
<SearchPaths>
<IncludeFiles Value="../source/"/>
<OtherUnitFiles Value="../source/;../source/x11/;../gui/"/>
</SearchPaths>
- <CodeGeneration>
- <Generate Value="Faster"/>
- </CodeGeneration>
<Other>
<CustomOptions Value="-FUunits
"/>
diff --git a/examples/gui/imgtest/bitmaptest.lpr b/examples/gui/imgtest/bitmaptest.lpr
index 39906e87..010ff886 100644
--- a/examples/gui/imgtest/bitmaptest.lpr
+++ b/examples/gui/imgtest/bitmaptest.lpr
@@ -9,10 +9,10 @@ program bitmaptest;
uses
Classes,
SysUtils,
- gfxbase,
- fpgfx,
- gfx_imgfmt_bmp,
- gui_form;
+ fpg_base,
+ fpg_main,
+ fpg_imgfmt_bmp,
+ fpg_form;
type