diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/porting3.doc | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
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 |