summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmessagebox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmessagebox.3qt')
-rw-r--r--doc/man/man3/tqmessagebox.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt
index 7824db396..f7e0762e8 100644
--- a/doc/man/man3/tqmessagebox.3qt
+++ b/doc/man/man3/tqmessagebox.3qt
@@ -214,7 +214,7 @@ warning() can be used to tell the user about unusual errors, or errors which can
.br
.fi
.PP
-The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See QStyleSheet::defaultSheet() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these rare cases, use QStyleSheet::convertFromPlainText() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with setTextFormat().
+The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See TQStyleSheet::defaultSheet() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these rare cases, use TQStyleSheet::convertFromPlainText() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with setTextFormat().
.PP
Note that the Microsoft Windows User Interface Guidelines recommend using the application name as the window's caption.
.PP