On Monday 25 April 2005 23:22, David Faure wrote: > CVS commit by faure: > M +7 -3 kdockwidget_private.h 1.34 > > --- kdelibs/kdeui/kdockwidget_private.h #1.33:1.34 > @@ -44,4 +44,8 @@ class KDockContainer; > class KDEUI_EXPORT KDockSplitter : public QWidget > { > + // NOTE: in theory the KDEUI_EXPORT above shouldn't be there, but > + // it's needed for kexi, which copies the whole definition of the class > + // to be able to access separatorPosInPercent etc. This needs real > + // fixing in KDE4. The whole KDockSplitter API + impl is borked. It should be replaced by using a QSplitter for KDE4(*) (That partly includes the KDockWidget API as well). (*) somehow ;) -- Dominik