From ff5b07d9659291ac8172cd35f0821bcd30ce25c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:23 -0600 Subject: Rename obsolete tq methods to standard names --- kate/xmltools/kde-docbook.dtd.xml | 114 +++++++++++++++++----------------- kate/xmltools/plugin_katexmltools.cpp | 6 +- kate/xmltools/pseudo_dtd.cpp | 4 +- 3 files changed, 62 insertions(+), 62 deletions(-) (limited to 'kate/xmltools') diff --git a/kate/xmltools/kde-docbook.dtd.xml b/kate/xmltools/kde-docbook.dtd.xml index 4d10a26..11282d5 100644 --- a/kate/xmltools/kde-docbook.dtd.xml +++ b/kate/xmltools/kde-docbook.dtd.xml @@ -4451,7 +4451,7 @@ - + @@ -4881,7 +4881,7 @@ - + @@ -4989,7 +4989,7 @@ - + @@ -5048,7 +5048,7 @@ - + @@ -5267,7 +5267,7 @@ - + @@ -5488,7 +5488,7 @@ - + @@ -5549,7 +5549,7 @@ - + @@ -5668,7 +5668,7 @@ - + @@ -7472,7 +7472,7 @@ - + @@ -7665,7 +7665,7 @@ - + @@ -7779,7 +7779,7 @@ - + @@ -8025,7 +8025,7 @@ - + @@ -8228,7 +8228,7 @@ - + @@ -8754,7 +8754,7 @@ - + @@ -8900,7 +8900,7 @@ - + @@ -9601,7 +9601,7 @@ - + @@ -9673,7 +9673,7 @@ - + @@ -9754,7 +9754,7 @@ - + @@ -10513,7 +10513,7 @@ - + @@ -10641,7 +10641,7 @@ - + @@ -10703,7 +10703,7 @@ - + @@ -10768,7 +10768,7 @@ - + @@ -11281,7 +11281,7 @@ - + @@ -11602,7 +11602,7 @@ - + @@ -12033,7 +12033,7 @@ - + @@ -12701,7 +12701,7 @@ - + @@ -12847,7 +12847,7 @@ - + @@ -13607,7 +13607,7 @@ - + @@ -13758,7 +13758,7 @@ - + @@ -13863,7 +13863,7 @@ - + @@ -14187,7 +14187,7 @@ - + @@ -14679,7 +14679,7 @@ - + @@ -14795,7 +14795,7 @@ - + @@ -14911,7 +14911,7 @@ - + @@ -15027,7 +15027,7 @@ - + @@ -15143,7 +15143,7 @@ - + @@ -15237,7 +15237,7 @@ - + @@ -16199,7 +16199,7 @@ - + @@ -16287,7 +16287,7 @@ - + @@ -16372,7 +16372,7 @@ - + @@ -17314,7 +17314,7 @@ - + @@ -17401,7 +17401,7 @@ - + @@ -17478,7 +17478,7 @@ - + @@ -17764,7 +17764,7 @@ - + @@ -17811,7 +17811,7 @@ - + @@ -18170,7 +18170,7 @@ - + @@ -18403,7 +18403,7 @@ - + @@ -18671,7 +18671,7 @@ - + @@ -18776,7 +18776,7 @@ - + @@ -19127,7 +19127,7 @@ - + @@ -19517,7 +19517,7 @@ - + @@ -19620,7 +19620,7 @@ - + @@ -19897,7 +19897,7 @@ - + @@ -20298,7 +20298,7 @@ - + @@ -20626,7 +20626,7 @@ - + @@ -21006,7 +21006,7 @@ - + @@ -21077,7 +21077,7 @@ - + diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp index f772aeb..e362569 100644 --- a/kate/xmltools/plugin_katexmltools.cpp +++ b/kate/xmltools/plugin_katexmltools.cpp @@ -63,7 +63,7 @@ TODO: but then at it will only show you HTML elements! =>So better "Assign meta DTD" and "Add meta DTD", the latter will expand the current meta DTD -Option to insert empty element in form --Show expanded entities with TQChar::TQChar( int rc ) + tqunicode font +-Show expanded entities with TQChar::TQChar( int rc ) + unicode font -Don't ignore entities defined in the document's prologue -Only offer 'valid' elements, i.e. don't take the elements as a set but check if the DTD is matched ( order, number of occurences, ... ) @@ -937,7 +937,7 @@ TQString PluginKateXMLTools::getParentElement( Kate::View &kv, bool ignoreSingle --col; } - ushort ch = str.at( col).tqunicode(); + ushort ch = str.at( col).unicode(); switch( parseState ) { @@ -981,7 +981,7 @@ TQString PluginKateXMLTools::getParentElement( Kate::View &kv, bool ignoreSingle TQString tag = str.mid( col + 1 ); for( uint pos = 0, len = tag.length(); pos < len; ++pos ) { - ch = tag.at( pos).tqunicode(); + ch = tag.at( pos).unicode(); if( ch == ' ' || ch == '\t' || ch == '>' ) { tag.truncate( pos ); break; diff --git a/kate/xmltools/pseudo_dtd.cpp b/kate/xmltools/pseudo_dtd.cpp index b13c35f..af66188 100644 --- a/kate/xmltools/pseudo_dtd.cpp +++ b/kate/xmltools/pseudo_dtd.cpp @@ -410,7 +410,7 @@ bool PseudoDTD::parseEntities( TQDomDocument *doc, TQProgressDialog *progress ) { TQString exp = expandedElem.text(); // TODO: support more than one &#...; in the expanded text - /* TODO include do this when the tqunicode font problem is solved: + /* TODO include do this when the unicode font problem is solved: if( exp.contains(TQRegExp("^&#x[a-zA-Z0-9]+;$")) ) { // hexadecimal numbers, e.g. "ȶ" uint end = exp.find( ";" ); @@ -445,7 +445,7 @@ TQStringList PseudoDTD::entities( TQString start ) if( (*it).startsWith(start) ) { TQString str = it.key(); - /* TODO: show entities as tqunicode character + /* TODO: show entities as unicode character if( !it.data().isEmpty() ) { //str += " -- " + it.data(); TQRegExp re( "&#(\\d+);" ); -- cgit v1.2.1