summaryrefslogtreecommitdiffstats
path: root/kdecore
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:54:22 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-02 19:05:07 +0200
commitb2fbb2c5c17039c4ff309c048e6058ad4dfb3a89 (patch)
treea006c4e6cc6cd2fa0bade663e694c03c499ad508 /kdecore
parentffd8d17b0ba4286d25112d69d0b04bbe50e31b26 (diff)
downloadtdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.tar.gz
tdelibs-b2fbb2c5c17039c4ff309c048e6058ad4dfb3a89.zip
Rename a few stragglers
(cherry picked from commit 22e7adf3ed072dce5600693e9ba7c14eda94e025)
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/network/kresolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/network/kresolver.cpp b/kdecore/network/kresolver.cpp
index 6271fe7f6..672edb5af 100644
--- a/kdecore/network/kresolver.cpp
+++ b/kdecore/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;