From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/codecs/qfontjpcodec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codecs/qfontjpcodec.cpp') diff --git a/src/codecs/qfontjpcodec.cpp b/src/codecs/qfontjpcodec.cpp index 365f21e0e..bd21e167e 100644 --- a/src/codecs/qfontjpcodec.cpp +++ b/src/codecs/qfontjpcodec.cpp @@ -109,7 +109,7 @@ void TQFontJis0201Codec::fromUnicode(const TQChar *in, unsigned short *out, int int TQFontJis0201Codec::heuristicNameMatch(const char* hint) const { - if ( qstrncmp( hint, "jisx0201", 8 ) == 0 ) + if ( tqstrncmp( hint, "jisx0201", 8 ) == 0 ) return 20; return -1; @@ -137,7 +137,7 @@ int TQFontJis0208Codec::heuristicContentMatch(const char *, int) const int TQFontJis0208Codec::heuristicNameMatch(const char *hint) const { - if ( qstrncmp( hint, "jisx0208.", 9 ) == 0 ) + if ( tqstrncmp( hint, "jisx0208.", 9 ) == 0 ) return 20; return -1; } -- cgit v1.2.1