From kfm-devel Tue Sep 11 00:17:37 2001 From: Kurt Granroth Date: Tue, 11 Sep 2001 00:17:37 +0000 To: kfm-devel Subject: Plugins for non-major Parts X-MARC-Message: https://marc.info/?l=kfm-devel&m=100016782703306 It's easy enough to create plugins for the major Parts like KHTMLPart and KonqDirPart.. but what about run-of-the-mill parts? You see, to *effectively* use a Part, the plugin needs to a) link to the part's library file b) cast to the parent() to the part, thus must include the part's header file This isn't a problem with KHTMLPart or KonqDirPart since both are part of major libraries (libkhtml and libkonq, resp.) and thus have their libraries and header files already installed. By default for "normal" Parts, though, there is no installed header and moresoe, the library is installed in $KDEDIR/lib/kde2/ and not in $KDEDIR/lib (thus making linking difficult). Has this already been thought of and I'm just missing the solution? Or does something need to be done, here? -- Kurt Granroth | http://www.granroth.org KDE Developer/Evangelist | SuSE Labs Open Source Developer granroth@kde.org | granroth@suse.com KDE -- Conquer Your Desktop