diff options
Diffstat (limited to 'lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h')
-rw-r--r-- | lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h index a299e8f5..edec8ee4 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemultitabbar.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. ***************************************************************************/ -#ifndef _KMultitabbar_h_ -#define _KMultitabbar_h_ +#ifndef _TDEMultitabbar_h_ +#define _TDEMultitabbar_h_ #include <tqscrollview.h> #include <tqvbox.h> @@ -51,7 +51,7 @@ class KMultiTabBarInternal; * should be raisable is left to the "user". *@author Joseph Wenninger */ -class KUTILS_EXPORT KMultiTabBar: public TQWidget +class TDEUTILS_EXPORT KMultiTabBar: public TQWidget { Q_OBJECT @@ -152,7 +152,7 @@ private: /** * This class should never be created except with the appendButton call of KMultiTabBar */ -class KUTILS_EXPORT KMultiTabBarButton: public TQPushButton +class TDEUTILS_EXPORT KMultiTabBarButton: public TQPushButton { Q_OBJECT @@ -205,7 +205,7 @@ protected slots: /** * This class should never be created except with the appendTab call of KMultiTabBar */ -class KUTILS_EXPORT KMultiTabBarTab: public KMultiTabBarButton +class TDEUTILS_EXPORT KMultiTabBarTab: public KMultiTabBarButton { Q_OBJECT |