summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlabel.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlabel.3qt')
-rw-r--r--doc/man/man3/tqlabel.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlabel.3qt b/doc/man/man3/tqlabel.3qt
index 21b2398c..621dc7e1 100644
--- a/doc/man/man3/tqlabel.3qt
+++ b/doc/man/man3/tqlabel.3qt
@@ -339,13 +339,13 @@ Returns the label's text format. See the "textFormat" property for details.
.SH "Alignment alignment"
This property holds the alignment of the label's contents.
.PP
-The alignment is a bitwise OR of Qt::AlignmentFlags and Qt::TextFlags values. The ExpandTabs, SingleLine and ShowPrefix flags apply only if the label contains plain text; otherwise they are ignored. The DontClip flag is always ignored. WordBreak applies to both rich text and plain text labels. The BreakAnywhere flag is not supported in QLabel.
+The alignment is a bitwise OR of TQt::AlignmentFlags and TQt::TextFlags values. The ExpandTabs, SingleLine and ShowPrefix flags apply only if the label contains plain text; otherwise they are ignored. The DontClip flag is always ignored. WordBreak applies to both rich text and plain text labels. The BreakAnywhere flag is not supported in QLabel.
.PP
If the label has a buddy, the ShowPrefix flag is forced to TRUE.
.PP
The default alignment is \fCAlignAuto | AlignVCenter | ExpandTabs\fR if the label doesn't have a buddy and \fCAlignAuto | AlignVCenter | ExpandTabs | ShowPrefix\fR if the label has a buddy. If the label contains rich text, additionally WordBreak is turned on.
.PP
-See also Qt::AlignmentFlags, setBuddy(), and text.
+See also TQt::AlignmentFlags, setBuddy(), and text.
.PP
Set this property's value with setAlignment() and get this property's value with alignment().
.SH "BackgroundMode backgroundMode"
@@ -401,7 +401,7 @@ Set this property's value with setText() and get this property's value with text
.SH "TextFormat textFormat"
This property holds the label's text format.
.PP
-See the Qt::TextFormat enum for an explanation of the possible options.
+See the TQt::TextFormat enum for an explanation of the possible options.
.PP
The default format is AutoText.
.PP