From 8a143ab9f846e910c583ea8e770cd05495e0c58d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:09 -0600 Subject: Rename obsolete tq methods to standard names --- librss/loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librss') diff --git a/librss/loader.cpp b/librss/loader.cpp index e4523b07..0ca68389 100644 --- a/librss/loader.cpp +++ b/librss/loader.cpp @@ -256,7 +256,7 @@ void Loader::slotRetrieverDone(const TQByteArray &data, bool success) } /* It seems that some Microsoft-developed code generates UTF-8 files - * with the three leading tqunicode characters 0357, 0273, 0277. For + * with the three leading unicode characters 0357, 0273, 0277. For * an example, check http://msdn.microsoft.com/rss.xml */ if (len > 3 && TQChar(*charData) == TQChar(0357)) { -- cgit v1.2.1