summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp b/experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
index 4c15ee267..6954cb3d4 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
+++ b/experimental/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
@@ -201,7 +201,7 @@ static int menuBarHeightForWidth( TQMenuBar *menubar, int w )
\fn virtual bool TQLayoutItem::isEmpty() const
Implemented in subclasses to return whether this item is empty,
- i.e. whether it tqcontains any widgets.
+ i.e. whether it contains any widgets.
*/
/*!
@@ -696,7 +696,7 @@ TQSize TQWidgetItem::tqsizeHint() const
}
/*!
- Returns TRUE because a spacer item never tqcontains widgets.
+ Returns TRUE because a spacer item never contains widgets.
*/
bool TQSpacerItem::isEmpty() const
{
@@ -1413,9 +1413,9 @@ bool TQLayout::activate()
prefer when being laid out. Only \link #interesting one of the
constructors\endlink is of interest in most applications.
- TQSizePolicy tqcontains two independent SizeType objects; one describes
+ TQSizePolicy contains two independent SizeType objects; one describes
the widgets's horizontal size policy, and the other describes its
- vertical size policy. It also tqcontains a flag to indicate whether the
+ vertical size policy. It also contains a flag to indicate whether the
height and width of its preferred size are related.
The horizontal and vertical \l{SizeType}s are set in the usual constructor