From 6da394bb74312249ba5e2ded28f5a90948e45bf6 Mon Sep 17 00:00:00 2001 From: Lars Knoll <lars.knoll@digia.com> Date: Thu, 29 Nov 2012 13:01:27 +0100 Subject: [PATCH] Link to dbus, printsupport and script correctly. Change-Id: I763ac3c9a9f5b06bf85c8f163b5669aa89e42337 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> --- doc/src/addons.qdoc | 2 +- doc/src/deployment/deployment.qdoc | 4 ++-- doc/src/graphics.qdoc | 4 ++-- doc/src/modules.qdoc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/addons.qdoc b/doc/src/addons.qdoc index 8aa27727..0dfe507e 100644 --- a/doc/src/addons.qdoc +++ b/doc/src/addons.qdoc @@ -74,7 +74,7 @@ mix Qt- and OpenGL-based code. \section1 Qt Print Support Module The \l {Qt Print Support} Module provides cross-platform APIs to make printing easy and portable. -\l {Printing with Qt} is done by using the same \l {QPainter} APIs which can also be used to +Printing with Qt is done by using the same \l {QPainter} APIs which can also be used to paint on screen or on a \l {QImage}. \section1 Qt Script Module diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index 07cd8c5c..fef6e3b0 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -90,8 +90,8 @@ \row \li \l{Qt XML Patterns C++ Classes}{QtXmlPatterns} \li \l{Qt Svg C++ Classes}{QtSvg} - \li \l{QtConcurrent Module}{QtConcurrent} - \li \l{QtPrintSupport Module}{QtPrintSupport} + \li \l{Qt Concurrent C++ Classes}{QtConcurrent} + \li \l{Qt Print Support Module}{QtPrintSupport} \row \li \l{Qt D-Bus C++ Classes}{QtDBus} \li \l{QtOpenGL Module}{QtOpenGL} diff --git a/doc/src/graphics.qdoc b/doc/src/graphics.qdoc index d1e6a83d..407b9873 100644 --- a/doc/src/graphics.qdoc +++ b/doc/src/graphics.qdoc @@ -129,10 +129,10 @@ further detail on the \l {Qt Quick} page. Qt supports printing both directly to actual printers, locally or on the network, as well as producing PDF or PostScript output. How to do printing with -Qt is described in detail on the \l {Printing with Qt} page. +Qt is described in detail on the \l {Qt Print Support} page. To be able to access the Qt printing classes from your application or library, see -the \l {QtPrintSupport module} page. +the \l {Qt Print Support module} page. \section1 Images diff --git a/doc/src/modules.qdoc b/doc/src/modules.qdoc index 538aaafe..55ebdc68 100644 --- a/doc/src/modules.qdoc +++ b/doc/src/modules.qdoc @@ -159,7 +159,7 @@ compatibility. Please use the QJS* classes in the QtQml module for new code. \row - \li \l{Qt Script Tools} + \li \l{Qt Script}{Qt Script Tools} \li All \li \li Additional components for applications that use Qt Script. -- GitLab