diff options
Diffstat (limited to 'kernel/kls_ttf/fmt_codec_pnm.cpp')
-rw-r--r-- | kernel/kls_ttf/fmt_codec_pnm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/kls_ttf/fmt_codec_pnm.cpp b/kernel/kls_ttf/fmt_codec_pnm.cpp index 06aedd6..f7c94b4 100644 --- a/kernel/kls_ttf/fmt_codec_pnm.cpp +++ b/kernel/kls_ttf/fmt_codec_pnm.cpp @@ -440,7 +440,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 */ @@ -1051,7 +1051,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; |