From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/gui/kde/klayoutbox_impl.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'arts/gui/kde/klayoutbox_impl.h') diff --git a/arts/gui/kde/klayoutbox_impl.h b/arts/gui/kde/klayoutbox_impl.h index ee8f18a3..cdebba71 100644 --- a/arts/gui/kde/klayoutbox_impl.h +++ b/arts/gui/kde/klayoutbox_impl.h @@ -36,12 +36,12 @@ class KDE_EXPORT KLayoutBox_impl : virtual public Arts::LayoutBox_skel, public Arts::KFrame_impl { protected: - QFrame* _qframe; - QBoxLayout* _layout; + TQFrame* _qframe; + TQBoxLayout* _layout; LayoutBox self() { return LayoutBox::_from_base( _copy() ); } public: - KLayoutBox_impl( QFrame* w=0 ); + KLayoutBox_impl( TQFrame* w=0 ); ~KLayoutBox_impl(); Direction direction(); @@ -78,23 +78,23 @@ public: } // namespace -class KDE_EXPORT KLayoutBox_Separator : public QWidget { +class KDE_EXPORT KLayoutBox_Separator : public TQWidget { Q_OBJECT public: - KLayoutBox_Separator( QWidget*, const char* =0 ); - void resizeEvent( QResizeEvent* ); - void paintEvent( QPaintEvent* ); - QSize minimumSizeHint() const; + KLayoutBox_Separator( TQWidget*, const char* =0 ); + void resizeEvent( TQResizeEvent* ); + void paintEvent( TQPaintEvent* ); + TQSize minimumSizeHint() const; }; -class KLayoutBox_Line : public QWidget { +class KLayoutBox_Line : public TQWidget { Q_OBJECT private: int _width, _space; public: - KLayoutBox_Line( int, int, QWidget*, const char* =0 ); - void paintEvent( QPaintEvent* ); - QSize minimumSizeHint() const; + KLayoutBox_Line( int, int, TQWidget*, const char* =0 ); + void paintEvent( TQPaintEvent* ); + TQSize minimumSizeHint() const; }; #endif -- cgit v1.2.3