diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:22:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:22:15 -0600 |
commit | 1180237ab336226ad932d767a6cb56208314988f (patch) | |
tree | 0a29b4d5d237f445dc87cb65b00d604ad4aa686d /tdecore/kurl.h | |
parent | a51cd9949c4e6c726a84a61de3cfadd30cefb5c7 (diff) | |
download | tdelibs-1180237ab336226ad932d767a6cb56208314988f.tar.gz tdelibs-1180237ab336226ad932d767a6cb56208314988f.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'tdecore/kurl.h')
-rw-r--r-- | tdecore/kurl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kurl.h b/tdecore/kurl.h index 6ed5dc652..ef454f60f 100644 --- a/tdecore/kurl.h +++ b/tdecore/kurl.h @@ -1586,7 +1586,7 @@ public: * * Convenience function. * - * Convert tqunicoded string to local encoding and use %%-style + * Convert unicoded string to local encoding and use %%-style * encoding for all common delimiters / non-ascii characters. * * @param str the string to encode (can be @c TQString::null) @@ -1605,7 +1605,7 @@ public: * * Convenience function. * - * Convert tqunicoded string to local encoding and use %%-style + * Convert unicoded string to local encoding and use %%-style * encoding for all common delimiters and non-ascii characters * as well as the slash @c '/'. * @@ -1623,7 +1623,7 @@ public: * * Convenience function. * - * Decode %-style encoding and convert from local encoding to tqunicode. + * Decode %-style encoding and convert from local encoding to unicode. * * Reverse of encode_string() * |