From kde-commits Thu Apr 28 08:44:17 2005 From: Mickael Marchand Date: Thu, 28 Apr 2005 08:44:17 +0000 To: kde-commits Subject: Re: kdelibs/kdeui Message-Id: <4270A261.8080900 () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111467793829238 Hi, iirc there was a BIC change in this private class a few weeks ago, can't this cause damages to apps using kmdi ? (sorry I don't know much about BC and BIC stuff so I prefer ask :) ciao Mik David Faure a écrit : > CVS commit by faure: > > Lovely - a private class used by another lib... > > > M +2 -2 kdockwidget_private.h 1.35 > > > --- kdelibs/kdeui/kdockwidget_private.h #1.34:1.35 > @@ -240,9 +240,9 @@ private: > /** > * A mini-button usually placed in the dockpanel. > - * @internal > + * @internal (but used by kmdi/dockcontainer.cpp) > * > * @author Max Judin. > */ > -class KDockButton_Private : public QPushButton > +class KDEUI_EXPORT KDockButton_Private : public QPushButton > { > Q_OBJECT > >