From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqcanvastext.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqcanvastext.html') diff --git a/doc/html/tqcanvastext.html b/doc/html/tqcanvastext.html index 1750494a7..08db29fe7 100644 --- a/doc/html/tqcanvastext.html +++ b/doc/html/tqcanvastext.html @@ -82,11 +82,11 @@ coordinates with TQCanvasItem::setX(), Constructs a TQCanvasText with the text "<text>", on canvas. -

TQCanvasText::TQCanvasText ( const TQString & t, TQCanvas * canvas ) +

TQCanvasText::TQCanvasText ( const TQString & t, TQCanvas * canvas )

Constructs a TQCanvasText with the text t, on canvas canvas. -

TQCanvasText::TQCanvasText ( const TQString & t, TQFont f, TQCanvas * canvas ) +

TQCanvasText::TQCanvasText ( const TQString & t, TQFont f, TQCanvas * canvas )

Constructs a TQCanvasText with the text t and font f, on the canvas canvas. @@ -132,7 +132,7 @@ Sets the color of the text to the color c. Sets the font in which the text is drawn to font f.

See also font(). -

void TQCanvasText::setText ( const TQString & t ) +

void TQCanvasText::setText ( const TQString & t )

Sets the text item's text to t. The text may contain newlines.

See also text(), setFont(), setColor(), and setTextFlags(). @@ -145,7 +145,7 @@ flags available to TQPainter::drawText() TQt::AlignmentFlags.

See also setFont() and setColor(). -

TQString TQCanvasText::text () const +

TQString TQCanvasText::text () const

Returns the text item's text.

See also setText(). -- cgit v1.2.1