summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-porting.html
diff options
context:
space:
mode:
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