mattias 5 months ago
parent
commit
673fe44ed2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      demo/democomps/fresnel.demoslider.pas
  2. 1 1
      demo/lcl/Edit/frmhost.pas

+ 1 - 1
demo/democomps/fresnel.demoslider.pas

@@ -5,7 +5,7 @@ unit Fresnel.DemoSlider;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, math, System.UITypes, Fresnel.DOM, Fresnel.Controls,
+  Classes, SysUtils, math, Fresnel.DOM, Fresnel.Controls,
   Fresnel.Classes, FCL.Events, Fresnel.Events, fpCSSTree;
   Fresnel.Classes, FCL.Events, Fresnel.Events, fpCSSTree;
 
 
 type
 type

+ 1 - 1
demo/lcl/Edit/frmhost.pas

@@ -2,7 +2,7 @@
   This is the HostForm of the LCL application.
   This is the HostForm of the LCL application.
   Once it is shown, it automatically opens the fresnel form.
   Once it is shown, it automatically opens the fresnel form.
 }
 }
-unit frmhost;
+unit FrmHost;
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}