summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvastext.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvastext.3qt')
-rw-r--r--doc/man/man3/tqcanvastext.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqcanvastext.3qt b/doc/man/man3/tqcanvastext.3qt
index fa4d856b..c80e246a 100644
--- a/doc/man/man3/tqcanvastext.3qt
+++ b/doc/man/man3/tqcanvastext.3qt
@@ -19,31 +19,31 @@ Inherits QCanvasItem.
.BI "\fBQCanvasText\fR ( QCanvas * canvas )"
.br
.ti -1c
-.BI "\fBQCanvasText\fR ( const QString & t, QCanvas * canvas )"
+.BI "\fBQCanvasText\fR ( const TQString & t, QCanvas * canvas )"
.br
.ti -1c
-.BI "\fBQCanvasText\fR ( const QString & t, QFont f, QCanvas * canvas )"
+.BI "\fBQCanvasText\fR ( const TQString & t, QFont f, QCanvas * canvas )"
.br
.ti -1c
.BI "virtual \fB~QCanvasText\fR ()"
.br
.ti -1c
-.BI "void \fBsetText\fR ( const QString & t )"
+.BI "void \fBsetText\fR ( const TQString & t )"
.br
.ti -1c
.BI "void \fBsetFont\fR ( const QFont & f )"
.br
.ti -1c
-.BI "void \fBsetColor\fR ( const QColor & c )"
+.BI "void \fBsetColor\fR ( const TQColor & c )"
.br
.ti -1c
-.BI "QString \fBtext\fR () const"
+.BI "TQString \fBtext\fR () const"
.br
.ti -1c
.BI "QFont \fBfont\fR () const"
.br
.ti -1c
-.BI "QColor \fBcolor\fR () const"
+.BI "TQColor \fBcolor\fR () const"
.br
.ti -1c
.BI "int \fBtextFlags\fR () const"
@@ -77,9 +77,9 @@ See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QCanvasText::QCanvasText ( QCanvas * canvas )"
Constructs a QCanvasText with the text "<text>", on \fIcanvas\fR.
-.SH "QCanvasText::QCanvasText ( const QString & t, QCanvas * canvas )"
+.SH "QCanvasText::QCanvasText ( const TQString & t, QCanvas * canvas )"
Constructs a QCanvasText with the text \fIt\fR, on canvas \fIcanvas\fR.
-.SH "QCanvasText::QCanvasText ( const QString & t, QFont f, QCanvas * canvas )"
+.SH "QCanvasText::QCanvasText ( const TQString & t, QFont f, QCanvas * canvas )"
Constructs a QCanvasText with the text \fIt\fR and font \fIf\fR, on the canvas \fIcanvas\fR.
.SH "QCanvasText::~QCanvasText ()\fC [virtual]\fR"
Destroys the canvas text item.
@@ -87,7 +87,7 @@ Destroys the canvas text item.
Returns the bounding rectangle of the text.
.PP
Reimplemented from QCanvasItem.
-.SH "QColor QCanvasText::color () const"
+.SH "TQColor QCanvasText::color () const"
Returns the color of the text.
.PP
See also setColor().
@@ -105,7 +105,7 @@ Returns 3 (QCanvasItem::Rtti_Text).
See also QCanvasItem::rtti().
.PP
Reimplemented from QCanvasItem.
-.SH "void QCanvasText::setColor ( const QColor & c )"
+.SH "void QCanvasText::setColor ( const TQColor & c )"
Sets the color of the text to the color \fIc\fR.
.PP
See also color() and setFont().
@@ -115,7 +115,7 @@ Example: chart/chartform_canvas.cpp.
Sets the font in which the text is drawn to font \fIf\fR.
.PP
See also font().
-.SH "void QCanvasText::setText ( const QString & t )"
+.SH "void QCanvasText::setText ( const TQString & t )"
Sets the text item's text to \fIt\fR. The text may contain newlines.
.PP
See also text(), setFont(), setColor(), and setTextFlags().
@@ -125,7 +125,7 @@ Example: canvas/canvas.cpp.
Sets the alignment flags to \fIf\fR. These are a bitwise OR of the flags available to QPainter::drawText() -- see the Qt::AlignmentFlags.
.PP
See also setFont() and setColor().
-.SH "QString QCanvasText::text () const"
+.SH "TQString QCanvasText::text () const"
Returns the text item's text.
.PP
See also setText().