diff options
Diffstat (limited to 'arts/gui/kde/klabel_impl.h')
-rw-r--r-- | arts/gui/kde/klabel_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/klabel_impl.h b/arts/gui/kde/klabel_impl.h index 3139431d..1b1c0a73 100644 --- a/arts/gui/kde/klabel_impl.h +++ b/arts/gui/kde/klabel_impl.h @@ -35,7 +35,7 @@ class RotateLabel; namespace Arts { -class KDE_EXPORT KLabel_impl : virtual public Arts::Label_skel, +class TDE_EXPORT KLabel_impl : virtual public Arts::Label_skel, public Arts::KFrame_impl { protected: @@ -64,7 +64,7 @@ public: } // namespace class RotateLabel : public TQFrame { - Q_OBJECT + TQ_OBJECT public: RotateLabel( TQWidget*, const char* =0 ); |