summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqhbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqhbox.cpp')
-rw-r--r--tqtinterface/qt4/src/widgets/tqhbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqhbox.cpp b/tqtinterface/qt4/src/widgets/tqhbox.cpp
index d25956d..2f33310 100644
--- a/tqtinterface/qt4/src/widgets/tqhbox.cpp
+++ b/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 tqsizeHint()s.
+ each other and sized according to their sizeHint()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::tqsizeHint() const
+TQSize TQHBox::sizeHint() const
{
TQWidget *mThis = (TQWidget*)this;
TQApplication::sendPostedEvents( mThis, TQEvent::ChildInserted );
- return TQFrame::tqsizeHint();
+ return TQFrame::sizeHint();
}
/*!