summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-12 23:48:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-12 23:48:24 -0500
commit3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4 (patch)
treeaec6904701bdc64c60b6809f543bcca9f12e9377 /kate
parentb52ba2888b6ff9734909c6d36fe7bbd895a76454 (diff)
downloadtdeaddons-3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4.tar.gz
tdeaddons-3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kate')
-rw-r--r--kate/xmltools/pseudo_dtd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmltools/pseudo_dtd.cpp b/kate/xmltools/pseudo_dtd.cpp
index af66188..8726d8b 100644
--- a/kate/xmltools/pseudo_dtd.cpp
+++ b/kate/xmltools/pseudo_dtd.cpp
@@ -248,7 +248,7 @@ bool PseudoDTD::parseAttributes( TQDomDocument *doc, TQProgressDialog *progress
if( ! attributeElem.isNull() )
{
- if ( attributeElem.attribute("type") == "#RETQUIRED" )
+ if ( attributeElem.attribute("type") == "#REQUIRED" )
attrs.requiredAttributes.append( attributeElem.attribute("name") );
else
attrs.optionalAttributes.append( attributeElem.attribute("name") );