summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
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 /doc/porting3.doc
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc
index 83bc9c9f..e7e4d519 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