diff options
Diffstat (limited to 'extra/kde342/ktoolbarbutton.h')
-rw-r--r-- | extra/kde342/ktoolbarbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde342/ktoolbarbutton.h b/extra/kde342/ktoolbarbutton.h index f5e3be3..b26071c 100644 --- a/extra/kde342/ktoolbarbutton.h +++ b/extra/kde342/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 372745 2004-12-22 14:08:36Z dfaure $ */ -class KDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton> +class TDEUI_EXPORT KToolBarButtonList : public QIntDict<KToolBarButton> { public: KToolBarButtonList(); |