diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:54:22 -0600 |
commit | 22e7adf3ed072dce5600693e9ba7c14eda94e025 (patch) | |
tree | c20fdfcd0b7eeaf63d3ba0beb8322f1602c18f94 /tdecore/network | |
parent | 1180237ab336226ad932d767a6cb56208314988f (diff) | |
download | tdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.tar.gz tdelibs-22e7adf3ed072dce5600693e9ba7c14eda94e025.zip |
Rename a few stragglers
Diffstat (limited to 'tdecore/network')
-rw-r--r-- | tdecore/network/kresolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/network/kresolver.cpp b/tdecore/network/kresolver.cpp index 6271fe7f6..672edb5af 100644 --- a/tdecore/network/kresolver.cpp +++ b/tdecore/network/kresolver.cpp @@ -1118,7 +1118,7 @@ static TQCString ToASCII(const TQString& label) static TQString ToUnicode(const TQString& label) { #ifdef HAVE_IDNA_H - // We have idna.h, so we can use the idna_to_tqunicode + // We have idna.h, so we can use the idna_to_unicode // function :) TQ_UINT32 *ucs4_input, *ucs4_output; |