FIX: Compiling with Lazarus fixes_0_9_30.

This commit is contained in:
cobines 2011-08-02 10:51:57 +00:00
commit 920dc32228

View file

@ -6,7 +6,7 @@ interface
uses
Classes, SysUtils, Controls, ComCtrls, ExtCtrls {Lazarus < 31552},
uFileView, uFilePanelSelect, uDCVersion;
uFileView, uFilePanelSelect, uDCVersion, LCLVersion;
const
lazRevNewTabControl = '31767';
@ -78,7 +78,7 @@ type
{ TFileViewNotebook }
{$IF lazRevision >= lazRevNewTabControl}
{$IF (lcl_release >= 31) and (lazRevision >= lazRevNewTabControl)}
TFileViewNotebook = class(TCustomTabControl)
{$ELSE}
TFileViewNotebook = class(TCustomNotebook)