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/tqdomprocessinginstruction.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqdomprocessinginstruction.html') diff --git a/doc/html/tqdomprocessinginstruction.html b/doc/html/tqdomprocessinginstruction.html index c16ddbeda..b6d1b2ebc 100644 --- a/doc/html/tqdomprocessinginstruction.html +++ b/doc/html/tqdomprocessinginstruction.html @@ -89,7 +89,7 @@ will also change the other. If you want to make a TQString TQDomProcessingInstruction::data () const [virtual] +

TQString TQDomProcessingInstruction::data () const [virtual]

Returns the content of this processing instruction.

See also setData() and target(). @@ -111,12 +111,12 @@ Assigns x to this processing instruction. will also change the other. If you want to make a deep copy, use cloneNode(). -

void TQDomProcessingInstruction::setData ( const TQString & d ) [virtual] +

void TQDomProcessingInstruction::setData ( const TQString & d ) [virtual]

Sets the data contained in the processing instruction to d.

See also data(). -

TQString TQDomProcessingInstruction::target () const [virtual] +

TQString TQDomProcessingInstruction::target () const [virtual]

Returns the target of this processing instruction.

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