summaryrefslogtreecommitdiffstats
path: root/libkexiv2/libkexiv2/kexiv2private.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:01:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:01:02 -0600
commit220812aa709a51b45f7038a30df8cb9133eb5a02 (patch)
tree31a690808c04b61ea072d0cea4d2ceb77b2ac902 /libkexiv2/libkexiv2/kexiv2private.cpp
parent34289d2ab8dece6524c4e7afd18edbe8954e0215 (diff)
downloadlibkexiv2-220812aa709a51b45f7038a30df8cb9133eb5a02.tar.gz
libkexiv2-220812aa709a51b45f7038a30df8cb9133eb5a02.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'libkexiv2/libkexiv2/kexiv2private.cpp')
-rw-r--r--libkexiv2/libkexiv2/kexiv2private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkexiv2/libkexiv2/kexiv2private.cpp b/libkexiv2/libkexiv2/kexiv2private.cpp
index b9bb669..4cca2be 100644
--- a/libkexiv2/libkexiv2/kexiv2private.cpp
+++ b/libkexiv2/libkexiv2/kexiv2private.cpp
@@ -175,7 +175,7 @@ TQString KExiv2Priv::convertCommentValue(const Exiv2::Exifdatum &exifDatum)
TQString KExiv2Priv::detectEncodingAndDecode(const std::string &value)
{
// For charset autodetection, we could use sophisticated code
- // (Mozilla chardet, KHTML's autodetection, TQTextCodec::codecForContent),
+ // (Mozilla chardet, TDEHTML's autodetection, TQTextCodec::codecForContent),
// but that is probably too much.
// We check for UTF8, Local encoding and ASCII.