summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqabstractlayout.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqabstractlayout.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp b/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
index 4c15ee2..6954cb3 100644
--- a/tqtinterface/qt4/src/kernel/tqabstractlayout.cpp
+++ b/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