summaryrefslogtreecommitdiffstats
path: root/src/codecs/qfontjpcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/qfontjpcodec.cpp')
-rw-r--r--src/codecs/qfontjpcodec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codecs/qfontjpcodec.cpp b/src/codecs/qfontjpcodec.cpp
index 365f21e0..bd21e167 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;
}