diff options
Diffstat (limited to 'extra/kde341/ktoolbarbutton.h')
-rw-r--r-- | extra/kde341/ktoolbarbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde341/ktoolbarbutton.h b/extra/kde341/ktoolbarbutton.h index 7b748a0..29da509 100644 --- a/extra/kde341/ktoolbarbutton.h +++ b/extra/kde341/ktoolbarbutton.h @@ -41,7 +41,7 @@ class QPainter; * KToolBar methods instead. * @internal */ -class KDEUI_EXPORT KToolBarButton : public QToolButton +class TDEUI_EXPORT KToolBarButton : public QToolButton { Q_OBJECT @@ -319,7 +319,7 @@ private: * @internal * @version $Id: ktoolbarbutton.h,v 1.39 2004/12/22 14:08:36 faure Exp $ */ -class KDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton> +class TDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton> { public: KToolBarButtonList(); |