diff options
author | Darrell Anderson <[email protected]> | 2012-04-12 23:48:24 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-04 03:25:51 +0200 |
commit | c87392e7d5a650657a59da3798d9e088561fd7d4 (patch) | |
tree | 62488e71e8e75f6567d40f158f8340fca3cfef88 /kate | |
parent | 74c4dbba5b6ff54754ecf78ab72841372483b15f (diff) | |
download | tdeaddons-c87392e7d5a650657a59da3798d9e088561fd7d4.tar.gz tdeaddons-c87392e7d5a650657a59da3798d9e088561fd7d4.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4)
Diffstat (limited to 'kate')
-rw-r--r-- | kate/xmltools/pseudo_dtd.cpp | 2 |
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") ); |