lazarus/components/customdrawn/customdrawn_kde.pas
sekelsenmat bfec5acd5f customdrawn: Large rewrite of the drawers structure
git-svn-id: trunk@33252 -
2011-11-03 08:47:48 +00:00

23 lines
366 B
ObjectPascal

unit customdrawn_kde;
{$mode objfpc}{$H+}
interface
uses
// RTL
Classes, SysUtils,
// fpimage
fpcanvas, fpimgcanv, fpimage,
// LCL -> Use only TForm, TWinControl, TCanvas and TLazIntfImage
Graphics, Controls, LCLType, LCLIntf, IntfGraphics,
// Others only for types
StdCtrls,
//
customdrawndrawers, customdrawn_common;
implementation
end.