summaryrefslogtreecommitdiffstats
path: root/kernel/kls_pnm
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kls_pnm')
-rw-r--r--kernel/kls_pnm/fmt_codec_pnm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/kls_pnm/fmt_codec_pnm.cpp b/kernel/kls_pnm/fmt_codec_pnm.cpp
index 00edbfb..184acfe 100644
--- a/kernel/kls_pnm/fmt_codec_pnm.cpp
+++ b/kernel/kls_pnm/fmt_codec_pnm.cpp
@@ -439,7 +439,7 @@ void fmt_codec::fill_default_settings()
#ifdef CODEC_EPS
/*
- * Stolen from KImageIO EPS plugin from kdelibs-3.4.0, which is
+ * Stolen from KImageIO EPS plugin from tdelibs-3.4.0, which is
* under GNU LGPL
*/
@@ -1050,7 +1050,7 @@ s32 fmt_codec::read_init(const std::string &file)
#elif defined CODEC_EPS
/*
- * EPS code was grabbed from KImageIO plugin for kdelibs-3.4.0. It is under LGPL.
+ * EPS code was grabbed from KImageIO plugin for tdelibs-3.4.0. It is under LGPL.
*/
FILE * ghostfd;