summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/parser/node_impl.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:31:42 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-19 19:43:00 +0200
commit25b9a0f723f946fedcefbddedca3d56b9a970123 (patch)
tree5afeacad9591b2d417a42058835e4b509574e3dc /klinkstatus/src/parser/node_impl.h
parent6b7d3fc79f17f5e0cf9f711c6293981ff1a45026 (diff)
downloadtdewebdev-25b9a0f723f946fedcefbddedca3d56b9a970123.tar.gz
tdewebdev-25b9a0f723f946fedcefbddedca3d56b9a970123.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit 9c988982374089f3b1d01ce87ffc230372ebc414)
Diffstat (limited to 'klinkstatus/src/parser/node_impl.h')
-rw-r--r--klinkstatus/src/parser/node_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/klinkstatus/src/parser/node_impl.h b/klinkstatus/src/parser/node_impl.h
index bd62104b..6001bef1 100644
--- a/klinkstatus/src/parser/node_impl.h
+++ b/klinkstatus/src/parser/node_impl.h
@@ -214,7 +214,7 @@ inline bool NodeMETA::isLink() const
return false;
}
-inline TQString const& NodeMETA::atributoHTTP_ETQUIV() const
+inline TQString const& NodeMETA::atributoHTTP_EQUIV() const
{
return attribute_http_equiv_;
}
@@ -237,16 +237,16 @@ inline bool NodeMETA::isRedirection() const
inline void NodeMETA::parse()
{
- parseAttributeHTTP_ETQUIV();
+ parseAttributeHTTP_EQUIV();
parseAttributeNAME();
parseAttributeCONTENT();
parseAttributeURL();
}
-inline void NodeMETA::parseAttributeHTTP_ETQUIV()
+inline void NodeMETA::parseAttributeHTTP_EQUIV()
{
- attribute_http_equiv_ = getAttribute("HTTP-ETQUIV=");
+ attribute_http_equiv_ = getAttribute("HTTP-EQUIV=");
}
inline void NodeMETA::parseAttributeNAME()