Qt private includes used in KDE
Simon Hausmann
hausmann at kde.org
Fri Feb 7 10:36:47 GMT 2003
On Fri, Feb 07, 2003 at 10:16:36AM +0100, Stanislav Visnovsky wrote:
> On Thu, 6 Feb 2003, Ralf Nolden wrote:
>
> > Here is a listing of what I found in 3.1 so far, searching for private/q
> >
> > kdesdk/kbabel/kbabel/mymultilineedit.cpp, line 38 -- #include
> > <private/qrichtext_p.h>
>
> I can't remove this dependency without loosing important functionality.
> Another possibility is to move the richtext implementation from Qt into
> KBabel sources temporarily.
You should be aware of the fact that the API in qrichtext_p.h
changed in binary incompatible ways in the past (for example even
between Qt 3.1.0 and Qt 3.1.1) , unlike with the qucom stuff which
moc generated code utilizes. So don't be surprised if users report
bugs about strange crashes...
Simon
More information about the kde-core-devel
mailing list