summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
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/qws.doc
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/qws.doc')
-rw-r--r--doc/qws.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/qws.doc b/doc/qws.doc
index 1e49621b1..419411dc4 100644
--- a/doc/qws.doc
+++ b/doc/qws.doc
@@ -16,7 +16,7 @@
** and the KDE Free Qt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -341,7 +341,7 @@ TrueType and Type1 support.
\title Running Qt/Embedded applications
-A Qt/Embedded application retquires a master application to be running
+A Qt/Embedded application requires a master application to be running
or to be a master application itself. The master application is
primarily responsible for managing top-level window regions, and
pointer and keyboard input.
@@ -456,7 +456,7 @@ explicitly.
\title Porting your applications to Qt/Embedded
-Existing Qt applications should retquire no porting provided there is no
+Existing Qt 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 Qt platform
specific methods such as QApplication::x11EventFilter().
@@ -472,7 +472,7 @@ using \c #ifdef directives:
\row \i Qt/Embedded \i Q_WS_QWS
\endtable
-Qt/Embedded also retquires the following flags to be defined when compiling
+Qt/Embedded also requires the following flags to be defined when compiling
applications:
\code
-DQWS -fno-exceptions -fno-rtti
@@ -538,7 +538,7 @@ of QWSMouseHandler in \c embedded/qmouse_qws.cpp.
When building embedded applications on low-powered devices, a number
of options are available that would not be considered in a desktop
application environment. These options reduce the memory and/or CPU
-retquirements at the cost of other factors.
+requirements at the cost of other factors.
\list
\i \link emb-features.html <b>Tuning the functionality of Qt\endlink