summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc')
-rw-r--r--examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc b/examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
index eea7f7c09..37fe3eb50 100644
--- a/examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
+++ b/examples/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
@@ -29,11 +29,11 @@
\example webenginewidgets/html2pdf
\title WebEngine Widgets Html2Pdf Example
\ingroup webengine-widgetexamples
- \brief Converts web pages to PDF documents using Qt WebEngine.
+ \brief Converts web pages to PDF documents using \QWE.
\image html2pdf-example.png
- \e {Html2Pdf} demonstrates how to use Qt WebEngine to implement a
+ \e {Html2Pdf} demonstrates how to use \QWE to implement a
command-line application for converting web pages into PDF documents.
\include examples-run.qdocinc
@@ -90,7 +90,7 @@
\skipto int main
\printuntil /^\}/
- Note that to use Qt WebEngine Widgets we need to create a \l QApplication
+ Note that to use \QWE Widgets we need to create a \l QApplication
and not a \l QCoreApplication, even though this is a command line
application.
*/