summaryrefslogtreecommitdiffstats
path: root/kate/xmltools/plugin_katexmltools.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:28:11 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:25:46 +0200
commit0669339d48f65fc18388faefe54b239591d4705f (patch)
tree6ef46442916496544051ff920549b71024548581 /kate/xmltools/plugin_katexmltools.cpp
parentbe503a6af9e8a650410f5e3446c1c4ee338adaf4 (diff)
downloadtdeaddons-0669339d48f65fc18388faefe54b239591d4705f.tar.gz
tdeaddons-0669339d48f65fc18388faefe54b239591d4705f.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit b88830e9111dc4375bc1461c3f7b3e7b3e73f733)
Diffstat (limited to 'kate/xmltools/plugin_katexmltools.cpp')
-rw-r--r--kate/xmltools/plugin_katexmltools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp
index ce53476..734c257 100644
--- a/kate/xmltools/plugin_katexmltools.cpp
+++ b/kate/xmltools/plugin_katexmltools.cpp
@@ -468,7 +468,7 @@ void PluginKateXMLTools::getDTD()
"as a document of type \"%1\". The meta DTD for this document type "
"will now be loaded.").tqarg( doctype ),
i18n( "Loading XML Meta DTD" ),
- TQString::tqfromLatin1( "DTDAssigned") );
+ TQString::fromLatin1( "DTDAssigned") );
}
if( url.isEmpty() )