@@ -5,7 +5,7 @@ unit Fresnel.DemoSlider;
interface
uses
- Classes, SysUtils, math, System.UITypes, Fresnel.DOM, Fresnel.Controls,
+ Classes, SysUtils, math, Fresnel.DOM, Fresnel.Controls,
Fresnel.Classes, FCL.Events, Fresnel.Events, fpCSSTree;
type
@@ -2,7 +2,7 @@
This is the HostForm of the LCL application.
Once it is shown, it automatically opens the fresnel form.
}
-unit frmhost;
+unit FrmHost;
{$mode objfpc}{$H+}