summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/btstringmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/btstringmgr.h')
-rw-r--r--bibletime/backend/btstringmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/btstringmgr.h b/bibletime/backend/btstringmgr.h
index cb1033e..cc50e68 100644
--- a/bibletime/backend/btstringmgr.h
+++ b/bibletime/backend/btstringmgr.h
@@ -49,7 +49,7 @@ protected:
* This code was taken from KStringHandler, which is part of the KDE libraries.
*
* This function checks whether a string is utf8 or not.
- * It was taken from kdelibs so we do not depend on KDE 3.2.
+ * It was taken from tdelibs so we do not depend on KDE 3.2.
*/
const bool isUtf8(const char *buf) const;
};