From kde-commits Thu Nov 25 17:46:47 2004 From: Dirk Mueller Date: Thu, 25 Nov 2004 17:46:47 +0000 To: kde-commits Subject: kdebase/kicker/buttons Message-Id: <20041125174647.3AF7A1CEC5 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110140481314297 CVS commit by mueller: fix export's M +1 -1 panelbutton.h 1.10 M +1 -1 panelbuttonbase.h 1.24 --- kdebase/kicker/buttons/panelbutton.h #1.9:1.10 @@ -57,5 +57,5 @@ protected slots: * Base class for panelbuttons which can popup a menu */ -class PanelPopupButton : public PanelButton +class KDE_EXPORT PanelPopupButton : public PanelButton { Q_OBJECT --- kdebase/kicker/buttons/panelbuttonbase.h #1.23:1.24 @@ -37,5 +37,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE class KConfigGroup; -class PanelButtonBase : public QButton +class KDE_EXPORT PanelButtonBase : public QButton { Q_OBJECT