diff --git a/components/richmemo/samples/customrtfload/testload.lpr b/components/richmemo/samples/customrtfload/testload.lpr index 36eaaff90..89d304b44 100644 --- a/components/richmemo/samples/customrtfload/testload.lpr +++ b/components/richmemo/samples/customrtfload/testload.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, mainform, richmemopackage; + Forms, mainform; {$R *.res} diff --git a/components/richmemo/samples/inline/testinline.lpr b/components/richmemo/samples/inline/testinline.lpr index daf243252..b46433eca 100644 --- a/components/richmemo/samples/inline/testinline.lpr +++ b/components/richmemo/samples/inline/testinline.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, mainform, richmemopackage; + Forms, mainform; {$R *.res} diff --git a/components/richmemo/samples/paragraphs/testpara.lpr b/components/richmemo/samples/paragraphs/testpara.lpr index 4aa81d3e0..c76c8c348 100644 --- a/components/richmemo/samples/paragraphs/testpara.lpr +++ b/components/richmemo/samples/paragraphs/testpara.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, mainform, richmemopackage; + Forms, mainform; {$R *.res} diff --git a/components/richmemo/samples/search/testsearch.lpr b/components/richmemo/samples/search/testsearch.lpr index 0ecc5374e..996bfe1e2 100644 --- a/components/richmemo/samples/search/testsearch.lpr +++ b/components/richmemo/samples/search/testsearch.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, mainform, richmemopackage; + Forms, mainform; {$R *.res} diff --git a/components/richmemo/samples/testsimple/project1.lpr b/components/richmemo/samples/testsimple/project1.lpr index 160b92954..a8956cf86 100644 --- a/components/richmemo/samples/testsimple/project1.lpr +++ b/components/richmemo/samples/testsimple/project1.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, Unit1, richmemopackage; + Forms, Unit1; {$R *.res} diff --git a/components/richmemo/samples/zoom/testzoom.lpr b/components/richmemo/samples/zoom/testzoom.lpr index d17a6de33..11c52e219 100644 --- a/components/richmemo/samples/zoom/testzoom.lpr +++ b/components/richmemo/samples/zoom/testzoom.lpr @@ -7,7 +7,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, mainform, richmemopackage; + Forms, mainform; {$R *.res}