From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/qws.doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/qws.doc') 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 Tuning the functionality of Qt\endlink -- cgit v1.2.1