summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/klayoutbox_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/klayoutbox_impl.h')
-rw-r--r--arts/gui/kde/klayoutbox_impl.h24
1 files changed, 12 insertions, 12 deletions
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