summaryrefslogtreecommitdiffstats
path: root/doc/qws.doc
diff options
context:
space:
mode:
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 6f82d31..746baa9 100644
--- a/doc/qws.doc
+++ b/doc/qws.doc
@@ -178,7 +178,7 @@ make, edit \c $QTDIR/include/qconfig.h and change the definition of
\i This document shows how to use Qt/Embedded with the Linux framebuffer. For
development and debugging purposes it is often easier to use the \link
-emb-tqvfb.html Qt/Embedded virtual framebuffer\endlink instead.
+emb-qvfb.html Qt/Embedded virtual framebuffer\endlink instead.
\endlist
@@ -222,7 +222,7 @@ support in Qt/Embedded for writing a QPF font file from any font, so
you can initially enable TTF and BDF formats, save QPF files for the
fonts and sizes you need, then remove TTF and BDF support.
-See \link maketqpf.html tools/maketqpf\endlink for a tool that helps
+See \link makeqpf.html tools/makeqpf\endlink for a tool that helps
produce QPF files from the TTF and BDF, or just run your application
with the \c -savefonts option.
@@ -326,7 +326,7 @@ generate all 4 rotations of fonts would be to run the following at a real frameb
<pre>
for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270
do
- QWS_DISPLAY=$dpy ./maketqpf "$@"
+ QWS_DISPLAY=$dpy ./makeqpf "$@"
done
</pre>
If programs are only ever run in one orientation on a device, only the one
@@ -354,7 +354,7 @@ command line option.
This document assumes you have the Linux framebuffer configured correctly
and no master process is running. If you do not have a working Linux
framebuffer you can use the
-\link emb-tqvfb.html Qt/Embedded virtual framebuffer\endlink, or you can
+\link emb-qvfb.html Qt/Embedded virtual framebuffer\endlink, or you can
run Qt/Embedded as a \link emb-vnc.html VNC server\endlink.
Change to a Linux console and select an example to run, e.g. \c
@@ -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-qvfb.html Qt 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.