diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-19 23:33:47 +0900 |
commit | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch) | |
tree | e2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqstylesheetitem.3qt | |
parent | d21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff) | |
download | tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqstylesheetitem.3qt')
-rw-r--r-- | doc/man/man3/tqstylesheetitem.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt index 8bb0edd67..8cd82f49f 100644 --- a/doc/man/man3/tqstylesheetitem.3qt +++ b/doc/man/man3/tqstylesheetitem.3qt @@ -260,7 +260,7 @@ Destroys the style. Note that QStyleSheetItem objects become owned by QStyleShee .SH "int QStyleSheetItem::alignment () const" Returns the alignment of this style. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. .PP -See also setAlignment() and Qt::AlignmentFlags. +See also setAlignment() and TQt::AlignmentFlags. .SH "bool QStyleSheetItem::allowedInContext ( const QStyleSheetItem * s ) const" Returns TRUE if this style can be nested into an element of style \fIs\fR; otherwise returns FALSE. .PP @@ -358,7 +358,7 @@ See also setSelfNesting(). .SH "void QStyleSheetItem::setAlignment ( int f )" Sets the alignment to \fIf\fR. This only makes sense for styles with a display mode of DisplayBlock. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. .PP -See also alignment(), displayMode(), and Qt::AlignmentFlags. +See also alignment(), displayMode(), and TQt::AlignmentFlags. .SH "void QStyleSheetItem::setAnchor ( bool anc )" If \fIanc\fR is TRUE, sets this style to be an anchor (hypertext link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors. .PP |