diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index f3aafac47..931a617f1 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -141,7 +141,7 @@ appear at all. <p>This property holds the action's "What's This?" help text. <p>The whats this text is used to provide a brief description of the action. The text may contain rich text (HTML-like tags -- see -<a href="ntqstylesheet.html">QStyleSheet</a> for the list of supported tags). There is no default +<a href="tqstylesheet.html">TQStyleSheet</a> for the list of supported tags). There is no default "What's This" text. <p> <p>See also <a href="ntqwhatsthis.html">QWhatsThis</a>. @@ -4032,13 +4032,13 @@ verbatim, including spaces. Whenever a newline appears in the text the text edit inserts a hard line break and begins a new paragraph. <li> RichText - rich text rendering. The available styles are -defined in the default stylesheet <a href="ntqstylesheet.html#defaultSheet">QStyleSheet::defaultSheet</a>(). +defined in the default stylesheet <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>(). <li> LogText - optimized mode for very large texts. Supports a very limited set of formatting tags (color, bold, underline and italic settings). <li> AutoText - this is the default. The text edit autodetects which rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">RichText</a>. This is done -by using the <a href="ntqstylesheet.html#mightBeRichText">QStyleSheet::mightBeRichText</a>() function. +by using the <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet::mightBeRichText</a>() function. </ul> <p>Set this property's value with <a href="tqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqtextedit.html#textFormat">textFormat</a>(). |