summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmldeclhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmldeclhandler.html')
-rw-r--r--doc/html/qxmldeclhandler.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qxmldeclhandler.html b/doc/html/qxmldeclhandler.html
index a7c4b2d2b..afbd325bd 100644
--- a/doc/html/qxmldeclhandler.html
+++ b/doc/html/qxmldeclhandler.html
@@ -73,7 +73,7 @@ attribute is reported.
and the name of the attribute in <em>aName</em>. It passes a string that
represents the attribute type in <em>type</em> and a string that
represents the attribute default in <em>valueDefault</em>. This string
-is one of "#IMPLIED", "#RETQUIRED", "#FIXED" or <a href="qstring.html#TQString-null">TQString::null</a> (if
+is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="qstring.html#TQString-null">TQString::null</a> (if
none of the others applies). The reader passes the attribute's
default value in <em>value</em>. If no default value is specified in the
XML file, <em>value</em> is TQString::null.