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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/arts/gui/kde/klayoutbox_impl.h b/arts/gui/kde/klayoutbox_impl.h
index bb5302ea..a8272fe3 100644
--- a/arts/gui/kde/klayoutbox_impl.h
+++ b/arts/gui/kde/klayoutbox_impl.h
@@ -72,29 +72,31 @@ public:
long spacing();
void spacing( long );
- long layoutmargin();
- void layoutmargin( long );
+ long tqlayoutmargin();
+ void tqlayoutmargin( long );
}; // class
} // namespace
class KDE_EXPORT KLayoutBox_Separator : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
KLayoutBox_Separator( TQWidget*, const char* =0 );
void resizeEvent( TQResizeEvent* );
void paintEvent( TQPaintEvent* );
- TQSize minimumSizeHint() const;
+ TQSize tqminimumSizeHint() const;
};
class KLayoutBox_Line : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
private:
int _width, _space;
public:
KLayoutBox_Line( int, int, TQWidget*, const char* =0 );
void paintEvent( TQPaintEvent* );
- TQSize minimumSizeHint() const;
+ TQSize tqminimumSizeHint() const;
};
#endif