From kde-devel Mon Nov 26 09:36:55 2001 From: Simon Hausmann Date: Mon, 26 Nov 2001 09:36:55 +0000 To: kde-devel Subject: Re: [patch] New KEdit ready, please review X-MARC-Message: https://marc.info/?l=kde-devel&m=100676742527930 On Mon, Nov 26, 2001 at 10:23:47AM +0100, David Faure wrote: > On Monday 26 November 2001 07:22, Mickael Marchand wrote: > > Sadly, it is not possible to add KRegExpEditor to KEdFind because it > > would require linking kdeui with kpart, this also prevents us from using > > the KTextEditor interface :/ (kdelibs/interface/ktexteditor/) > > Really ? kdeui can't link to kparts, for sure, but I thought that the kregexpeditor > was dynamically opened... Can't kdeui dlopen that lib, which itself links to kparts ? > I'm not sure how the regexp-editor interface is structured. Simon ? That should work just fine. The regexp editor is a real interface that does not require any extra linkage. It doesn't work for the texteditor stuff though because what's contained in interfaces/ktexteditor are no real interfaces but base classes that require linkage against a libktexteditor, which in turn links against kparts. (that sucks, if you ask me :) Simon >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<