diff --git a/components/tvplanit/examples/bufdsdatastore/project1.lpi b/components/tvplanit/examples/bufdsdatastore/project1.lpi index 823348f50..f0cafdceb 100644 --- a/components/tvplanit/examples/bufdsdatastore/project1.lpi +++ b/components/tvplanit/examples/bufdsdatastore/project1.lpi @@ -24,16 +24,13 @@ - + - - - - + diff --git a/components/tvplanit/examples/bufdsdatastore/project1.lpr b/components/tvplanit/examples/bufdsdatastore/project1.lpr index ac5b2c34d..cbaf9b146 100644 --- a/components/tvplanit/examples/bufdsdatastore/project1.lpr +++ b/components/tvplanit/examples/bufdsdatastore/project1.lpr @@ -7,8 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, Unit1, laz_visualplanit, zcomponent - { you can add units after this }; + Forms, Unit1, laz_visualplanit; {$R *.res} diff --git a/components/tvplanit/examples/demo/demo.lpi b/components/tvplanit/examples/demo/demo.lpi index aea511a45..b100b9b08 100644 --- a/components/tvplanit/examples/demo/demo.lpi +++ b/components/tvplanit/examples/demo/demo.lpi @@ -28,16 +28,13 @@ - + - - - - + diff --git a/components/tvplanit/examples/sqlite3datastore/project1.lpi b/components/tvplanit/examples/sqlite3datastore/project1.lpi index ed43410b0..b0d07bf55 100644 --- a/components/tvplanit/examples/sqlite3datastore/project1.lpi +++ b/components/tvplanit/examples/sqlite3datastore/project1.lpi @@ -24,7 +24,7 @@ - + @@ -35,11 +35,8 @@ - - - - + diff --git a/components/tvplanit/examples/sqlite3datastore/project1.lpr b/components/tvplanit/examples/sqlite3datastore/project1.lpr index ac5b2c34d..cbaf9b146 100644 --- a/components/tvplanit/examples/sqlite3datastore/project1.lpr +++ b/components/tvplanit/examples/sqlite3datastore/project1.lpr @@ -7,8 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, Unit1, laz_visualplanit, zcomponent - { you can add units after this }; + Forms, Unit1, laz_visualplanit; {$R *.res}