summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-porting.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/emb-porting.html
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/html/emb-porting.html')
-rw-r--r--doc/html/emb-porting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-porting.html b/doc/html/emb-porting.html
index 0e1081b4f..a48584eeb 100644
--- a/doc/html/emb-porting.html
+++ b/doc/html/emb-porting.html
@@ -32,7 +32,7 @@ body { background: #ffffff; color: black; }
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Porting your applications to TQt/Embedded</h1>
-<p> Existing TQt applications should retquire no porting provided there is no
+<p> Existing TQt applications should require no porting provided there is no
platform dependent code. Platform dependent code includes system calls,
calls to the underlying window system (Windows or X11), and TQt platform
specific methods such as <a href="qapplication.html#x11EventFilter">TQApplication::x11EventFilter</a>().
@@ -45,7 +45,7 @@ using <tt>#ifdef</tt> directives:
<tr bgcolor="#d0d0d0"> <td valign="top">TQt/Windows <td valign="top">Q_WS_WIN
<tr bgcolor="#f0f0f0"> <td valign="top">TQt/Embedded <td valign="top">Q_WS_QWS
</table></center>
-<p> TQt/Embedded also retquires the following flags to be defined when compiling
+<p> TQt/Embedded also requires the following flags to be defined when compiling
applications:
<pre>
-DTQWS -fno-exceptions -fno-rtti