summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-28 22:31:39 -0600
committerTimothy Pearson <[email protected]>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /doc/porting3.doc
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc
index e7e4d5193..38209ed77 100644
--- a/doc/porting3.doc
+++ b/doc/porting3.doc
@@ -348,8 +348,8 @@ Additionally, these preprocessor directives have been removed:
\i \c {#define strcpy qstrcpy}
\i \c {#define strcmp qstrcmp}
\i \c {#define strncmp tqstrncmp}
-\i \c {#define stricmp qstricmp}
-\i \c {#define strnicmp qstrnicmp}
+\i \c {#define stricmp tqstricmp}
+\i \c {#define strnicmp tqstrnicmp}
\endlist
See the changes-3.0.0 document for an explanation of why this had to be done.