summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqlabel.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/widgets/tqlabel.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/widgets/tqlabel.cpp')
-rw-r--r--tqtinterface/qt4/src/widgets/tqlabel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqlabel.cpp b/tqtinterface/qt4/src/widgets/tqlabel.cpp
index b29d599..491adab 100644
--- a/tqtinterface/qt4/src/widgets/tqlabel.cpp
+++ b/tqtinterface/qt4/src/widgets/tqlabel.cpp
@@ -85,7 +85,7 @@ public:
\row \i Plain text
\i Pass a TQString to setText().
\row \i Rich text
- \i Pass a TQString that tqcontains rich text to setText().
+ \i Pass a TQString that contains rich text to setText().
\row \i A pixmap
\i Pass a TQPixmap to setPixmap().
\row \i A movie
@@ -180,7 +180,7 @@ TQLabel::TQLabel( const TQString &text, TQWidget *tqparent, const char *name,
Constructs a label that displays the text \a text. The label has a
buddy widget, \a buddy.
- If the \a text tqcontains an underlined letter (a letter preceded by
+ If the \a text contains an underlined letter (a letter preceded by
an ampersand, \&), and the text is in plain text format, when the
user presses Alt+ the underlined letter, focus is passed to the
buddy widget.
@@ -419,7 +419,7 @@ void TQLabel::setNum( double num )
The tqalignment is a bitwise OR of \c TQt::AlignmentFlags and \c
TQt::TextFlags values. The \c ExpandTabs, \c SingleLine and \c
- ShowPrefix flags apply only if the label tqcontains plain text;
+ ShowPrefix flags apply only if the label contains plain text;
otherwise they are ignored. The \c DontClip flag is always
ignored. \c WordBreak applies to both rich text and plain text
labels. The \c BreakAnywhere flag is not supported in TQLabel.
@@ -430,7 +430,7 @@ void TQLabel::setNum( double num )
The default tqalignment is \c{AlignAuto | AlignVCenter | ExpandTabs}
if the label doesn't have a buddy and \c{AlignAuto | AlignVCenter
| ExpandTabs | ShowPrefix} if the label has a buddy. If the label
- tqcontains rich text, additionally \c WordBreak is turned on.
+ contains rich text, additionally \c WordBreak is turned on.
\sa TQt::AlignmentFlags, tqalignment, setBuddy(), text
*/