diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 83bc9c9f8..e7e4d5193 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -171,7 +171,7 @@ but source compatibility should not be affected if the macro variable \list \i \c ASSERT becomes \c Q_ASSERT -\i \c CHECK_PTR becomes \c Q_CHECK_PTR +\i \c CHECK_PTR becomes \c TQ_CHECK_PTR \endlist For the record, undocumented macro variables that are not part of the API @@ -344,10 +344,10 @@ new code. Additionally, these preprocessor directives have been removed: \list -\i \c {#define strlen qstrlen} +\i \c {#define strlen tqstrlen} \i \c {#define strcpy qstrcpy} \i \c {#define strcmp qstrcmp} -\i \c {#define strncmp qstrncmp} +\i \c {#define strncmp tqstrncmp} \i \c {#define stricmp qstricmp} \i \c {#define strnicmp qstrnicmp} \endlist |