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