summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/qws.doc
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz
tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip
Automated update from Qt3
Diffstat (limited to 'doc/qws.doc')
-rw-r--r--doc/qws.doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/qws.doc b/doc/qws.doc
index dfb7b3b1a..c6e366267 100644
--- a/doc/qws.doc
+++ b/doc/qws.doc
@@ -4,7 +4,7 @@
**
** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved.
**
-** This file is part of the Qt GUI Toolkit.
+** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free Qt Foundation.
+** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@@ -211,7 +211,7 @@ these can be used with Qt/Embedded. You should \e not use these in a
production system: they are very slow to load and take up a \e lot of
storage space. Instead, render the BDF to a QPF.
\row
-\i <b>Qt Prerendered Font (QPF)</b>
+\i <b>TQt Prerendered Font (QPF)</b>
\i A light-weight non-scalable font format specific to Qt/Embedded.
\endtable
@@ -456,9 +456,9 @@ explicitly.
\title Porting your applications to Qt/Embedded
-Existing Qt applications should require no porting provided there is no
+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 Qt platform
+calls to the underlying window system (Windows or X11), and TQt platform
specific methods such as QApplication::x11EventFilter().
For cases where it is necessary to use platform dependent code there are
@@ -578,7 +578,7 @@ applications, this may not be an option, but if you are building a
single application suite for a device with limited CPU power and
memory, this option could be very beneficial.
-To compile Qt as a static library, add the \c -static options when
+To compile TQt as a static library, add the \c -static options when
you run configure.
To build your application suite as an all-in-one application, design each
@@ -643,7 +643,7 @@ The \link http://www.uk.research.att.com/vnc/ VNC \endlink protocol
allows you to view and interact with the computer's display from
anywhere on the network.
-To use Qt/Embedded in this way, \c configure Qt with the \c -qt-gfx-vnc
+To use Qt/Embedded in this way, \c configure TQt with the \c -qt-gfx-vnc
option, and ensure that you also enable 16-bit display support. Run
your application via:
\code
@@ -663,7 +663,7 @@ another size, e.g. \c QWS_SIZE=240x320.
VNC clients are available for a vast array of display systems: X11,
Windows, Amiga, DOS, VMS, and dozens of others.
-The \link emb-tqvfb.html Qt Virtual Framebuffer \endlink is an alternative
+The \link emb-tqvfb.html TQt Virtual Framebuffer \endlink is an alternative
technique. It uses shared memory and thus is much faster and smoother, but
it does not operate over a network.