diff options
Diffstat (limited to 'doc/man/man3/tqvariant.3qt')
-rw-r--r-- | doc/man/man3/tqvariant.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqvariant.3qt b/doc/man/man3/tqvariant.3qt index d164b5856..638616e42 100644 --- a/doc/man/man3/tqvariant.3qt +++ b/doc/man/man3/tqvariant.3qt @@ -83,7 +83,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "\fBQVariant\fR ( const TQBitmap & val )" .br .ti -1c -.BI "\fBQVariant\fR ( const QCursor & val )" +.BI "\fBQVariant\fR ( const TQCursor & val )" .br .ti -1c .BI "\fBQVariant\fR ( const TQDate & val )" @@ -215,7 +215,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "const TQRegion \fBtoRegion\fR () const" .br .ti -1c -.BI "const QCursor \fBtoCursor\fR () const" +.BI "const TQCursor \fBtoCursor\fR () const" .br .ti -1c .BI "const TQDate \fBtoDate\fR () const" @@ -338,7 +338,7 @@ QVariant \- Acts like a union for the most common TQt data types .BI "TQRegion & \fBasRegion\fR ()" .br .ti -1c -.BI "QCursor & \fBasCursor\fR ()" +.BI "TQCursor & \fBasCursor\fR ()" .br .ti -1c .BI "TQDate & \fBasDate\fR ()" @@ -490,7 +490,7 @@ This enum type defines the types of variable that a QVariant can contain. .TP \fCQVariant::ColorGroup\fR - a TQColorGroup .TP -\fCQVariant::Cursor\fR - a QCursor +\fCQVariant::Cursor\fR - a TQCursor .TP \fCQVariant::Date\fR - a TQDate .TP @@ -602,7 +602,7 @@ Because TQPointArray is explicitly shared, you may need to pass a deep copy to t Constructs a new variant with a region value, \fIval\fR. .SH "QVariant::QVariant ( const TQBitmap & val )" Constructs a new variant with a bitmap value, \fIval\fR. -.SH "QVariant::QVariant ( const QCursor & val )" +.SH "QVariant::QVariant ( const TQCursor & val )" Constructs a new variant with a cursor value, \fIval\fR. .SH "QVariant::QVariant ( const TQDate & val )" Constructs a new variant with a date value, \fIval\fR. @@ -678,8 +678,8 @@ Tries to convert the variant to hold a TQColorGroup value. If that is not possib Returns a reference to the stored color group. .PP See also toColorGroup(). -.SH "QCursor & QVariant::asCursor ()" -Tries to convert the variant to hold a QCursor value. If that is not possible the variant is set to a default arrow cursor. +.SH "TQCursor & QVariant::asCursor ()" +Tries to convert the variant to hold a TQCursor value. If that is not possible the variant is set to a default arrow cursor. .PP Returns a reference to the stored cursor. .PP @@ -949,8 +949,8 @@ See also asColor() and canCast(). Returns the variant as a TQColorGroup if the variant has type() ColorGroup; otherwise returns a completely black color group. .PP See also asColorGroup(). -.SH "const QCursor QVariant::toCursor () const" -Returns the variant as a QCursor if the variant has type() Cursor; otherwise returns the default arrow cursor. +.SH "const TQCursor QVariant::toCursor () const" +Returns the variant as a TQCursor if the variant has type() Cursor; otherwise returns the default arrow cursor. .PP See also asCursor(). .SH "const TQDate QVariant::toDate () const" |