summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
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 b65cbc4f7..3e7a6c95d 100644
--- a/doc/porting3.doc
+++ b/doc/porting3.doc
@@ -83,7 +83,7 @@ don't need to set certain preprocessor defines. In TQt 3.0, the
default configuration of the TQt library is to build it as a shared
library, therefore the preprocessor define \c QT_DLL is needed.
-If you use tmake with TQt 2.x, and now use qmake with TQt 3.x, then the
+If you use tmake with TQt 2.x, and now use tqmake with TQt 3.x, then the
cause of the problem is with the project file. In the project file,
there is usually line that looks like:
@@ -93,7 +93,7 @@ this should be changed to
\c CONFIG += ...
-so that qmake can look at the configuration that TQt was built with and
+so that tqmake can look at the configuration that TQt was built with and
set any relevant preprocessor defines in the makefile.
\target Headers