diff options
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 |