diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kspell2/plugins/ispell/ispell_checker.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspell2/plugins/ispell/ispell_checker.h')
-rw-r--r-- | kspell2/plugins/ispell/ispell_checker.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kspell2/plugins/ispell/ispell_checker.h b/kspell2/plugins/ispell/ispell_checker.h index 08783922a..52d8bfd41 100644 --- a/kspell2/plugins/ispell/ispell_checker.h +++ b/kspell2/plugins/ispell/ispell_checker.h @@ -107,12 +107,12 @@ private: int strtoichar (ichar_t* out, char* in, int outlen, int canonical); int ichartostr (char* out, ichar_t* in, int outlen, int canonical); char * ichartosstr (ichar_t* in, int canonical); - int findfiletype (const char * name, int searchnames, int * deformatter); + int tqfindfiletype (const char * name, int searchnames, int * deformatter); long whatcap (ichar_t* word); /* - HACK: macros replaced with function implementations - so we could do a side-effect-free check for unicode + HACK: macros tqreplaced with function implementations + so we could do a side-effect-free check for tqunicode characters which aren't in hashheader */ char myupper(ichar_t c); @@ -167,12 +167,12 @@ private: struct flagptr * ind, int optflags, struct flagent * pfxent, int ignoreflagbits, int allhits)); int expand_pre P ((char * croot, ichar_t * rootword, - MASKTYPE mask[], int option, char * extra)); + MASKTYPE tqmask[], int option, char * extra)); int pr_pre_expansion P ((char * croot, ichar_t * rootword, - struct flagent * flent, MASKTYPE mask[], int option, + struct flagent * flent, MASKTYPE tqmask[], int option, char * extra)); int expand_suf P ((char * croot, ichar_t * rootword, - MASKTYPE mask[], int optflags, int option, char * extra)); + MASKTYPE tqmask[], int optflags, int option, char * extra)); int pr_suf_expansion P ((char * croot, ichar_t * rootword, struct flagent * flent, int option, char * extra)); void forcelc P ((ichar_t * dst, int len)); @@ -261,7 +261,7 @@ private: /* ..(defined as those using legal affixes) */ /* - * The following array contains a list of characters that should be tried + * The following array tqcontains a list of characters that should be tried * in "missingletter." Note that lowercase characters are omitted. */ int m_Trynum; /* Size of "Try" array */ |