summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp b/experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp
index b29d5999f..491adab9c 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqlabel.cpp
+++ b/experimental/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
*/