diff --git a/components/tvplanit/laz_visualplanit.lpk b/components/tvplanit/laz_visualplanit.lpk
index 9358d53e2..d1396ce56 100644
--- a/components/tvplanit/laz_visualplanit.lpk
+++ b/components/tvplanit/laz_visualplanit.lpk
@@ -32,7 +32,7 @@ Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower S
Contributor(s): "/>
-
+
@@ -297,6 +297,14 @@ Contributor(s): "/>
+
+
+
+
+
+
+
+
diff --git a/components/tvplanit/source/vpganttview.pas b/components/tvplanit/source/vpganttview.pas
new file mode 100644
index 000000000..6e9c52248
--- /dev/null
+++ b/components/tvplanit/source/vpganttview.pas
@@ -0,0 +1,26 @@
+unit VpGanttView;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+ Classes, SysUtils,
+ VpBaseDS, VpData;
+
+type
+ TVpGanttView = class(TVpLinkableControl)
+ private
+
+ protected
+
+ public
+
+ published
+
+ end;
+
+implementation
+
+end.
+