From 1c85e5e3a2fcbf1fb78aacf139c6ff62e9ba355d Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 5 Oct 2009 13:19:48 +0000 Subject: [PATCH] ide: fix compilation after OpenURL move git-svn-id: trunk@22046 - --- components/jcf2/Ui/fAbout.pas | 2 +- ide/aboutfrm.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/jcf2/Ui/fAbout.pas b/components/jcf2/Ui/fAbout.pas index cffa09461a..f0cc96b19a 100644 --- a/components/jcf2/Ui/fAbout.pas +++ b/components/jcf2/Ui/fAbout.pas @@ -67,7 +67,7 @@ uses {$ifndef fpc} Windows, ShellAPI, URLMon, {$else} - LResources, LCLProc, + LResources, LCLIntf, {$endif} { local } JcfVersionConsts, JCFHelp, JcfFontSetFunctions, JcfStringUtils; diff --git a/ide/aboutfrm.pas b/ide/aboutfrm.pas index ccb4dc7727..8f0deaaac3 100644 --- a/ide/aboutfrm.pas +++ b/ide/aboutfrm.pas @@ -27,7 +27,7 @@ interface uses Classes, SysUtils, FPCAdds, Forms, Controls, Graphics, Dialogs, LResources, StdCtrls, Buttons, LazConf, LazarusIDEStrConsts, ExtCtrls, EnvironmentOpts, - Clipbrd, FileUtil, Menus, LCLProc; + Clipbrd, FileUtil, Menus, LCLIntf; type