diff --git a/lazproj/coedit.lpi b/lazproj/coedit.lpi
index 8e0f9ef7..681fbab0 100644
--- a/lazproj/coedit.lpi
+++ b/lazproj/coedit.lpi
@@ -162,180 +162,180 @@
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
diff --git a/lazproj/coedit.lpr b/lazproj/coedit.lpr
index ee7b6e66..aa5eadf4 100644
--- a/lazproj/coedit.lpr
+++ b/lazproj/coedit.lpr
@@ -6,7 +6,7 @@ uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
- Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, ce_libman, ce_customtools,
+ Interfaces, Forms, lazcontrols, runtimetypeinfocontrols, ce_libman, ce_tools,
ce_dcd, ce_observer, ce_main, ce_writableComponent, ce_options, ce_symstring;
{$R *.res}
diff --git a/src/ce_customtools.pas b/src/ce_tools.pas
similarity index 99%
rename from src/ce_customtools.pas
rename to src/ce_tools.pas
index 6de7b1d2..63db1c27 100644
--- a/src/ce_customtools.pas
+++ b/src/ce_tools.pas
@@ -1,4 +1,4 @@
-unit ce_customtools;
+unit ce_tools;
{$I ce_defines.inc}
diff --git a/src/ce_toolseditor.pas b/src/ce_toolseditor.pas
index a735af62..8c8add88 100644
--- a/src/ce_toolseditor.pas
+++ b/src/ce_toolseditor.pas
@@ -6,7 +6,7 @@ interface
uses
Classes, SysUtils, FileUtil, RTTIGrids, Forms, Controls, Graphics, Dialogs,
- ExtCtrls, Menus, Buttons, StdCtrls, ce_widget, ce_customtools;
+ ExtCtrls, Menus, Buttons, StdCtrls, ce_widget, ce_tools;
type