summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp b/experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp
index 2f333100c..d25956d8a 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp
+++ b/experimental/tqtinterface/qt4/src/widgets/tqhbox.cpp
@@ -51,7 +51,7 @@
\ingroup appearance
All the horizontal box's child widgets will be placed alongside
- each other and sized according to their sizeHint()s.
+ each other and sized according to their tqsizeHint()s.
Use setMargin() to add space around the edges, and use
setSpacing() to add space between the widgets. Use
@@ -123,11 +123,11 @@ void TQHBox::setSpacing( int space )
\reimp
*/
-TQSize TQHBox::sizeHint() const
+TQSize TQHBox::tqsizeHint() const
{
TQWidget *mThis = (TQWidget*)this;
TQApplication::sendPostedEvents( mThis, TQEvent::ChildInserted );
- return TQFrame::sizeHint();
+ return TQFrame::tqsizeHint();
}
/*!