diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdeutils/tdemultitabbar.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeutils/tdemultitabbar.h')
-rw-r--r-- | tdeutils/tdemultitabbar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeutils/tdemultitabbar.h b/tdeutils/tdemultitabbar.h index b14d9518b..eca4695ff 100644 --- a/tdeutils/tdemultitabbar.h +++ b/tdeutils/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> @@ -53,7 +53,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 public: @@ -202,7 +202,7 @@ private: * This class represents a tab bar button in a KMultiTabBarWidget. * 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 public: @@ -265,7 +265,7 @@ protected slots: * This class represents a tab bar's tab in a KMultiTabBarWidget. * 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 public: |