From eaa7ee2e0bbca40ba3173c4304f81957e8964291 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 9 Aug 2011 22:25:47 -0500 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains --- tqtinterface/qt4/src/kernel/tqabstractlayout.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tqtinterface/qt4/src/kernel/tqabstractlayout.cpp') 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 -- cgit v1.2.1