summaryrefslogtreecommitdiffstats
path: root/src/codecs/qfontjpcodec.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/codecs/qfontjpcodec.cpp
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
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 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;
}