summaryrefslogtreecommitdiffstats
path: root/doc/pictures.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/pictures.doc
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt-0582c90a.tar.gz
tqt-0582c90a.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/pictures.doc')
-rw-r--r--doc/pictures.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pictures.doc b/doc/pictures.doc
index 065d19d36..c3e6a457c 100644
--- a/doc/pictures.doc
+++ b/doc/pictures.doc
@@ -82,12 +82,12 @@ dialog. This is explained in the \l TQFileDialog class documentation.
\img tqfiledlg-w.png
-Below is a QPrintDialog. On Macintosh and Windows the native print
-dialog is used, but for other platforms we provide QPrintDialog. Use
-TQPrinter::setup() for portability instead of the QPrintDialog if you
+Below is a TQPrintDialog. On Macintosh and Windows the native print
+dialog is used, but for other platforms we provide TQPrintDialog. Use
+TQPrinter::setup() for portability instead of the TQPrintDialog if you
need to be platform independent.
-\img qprintdlg-m.png
+\img tqprintdlg-m.png
Below is a \l TQFontDialog.
@@ -98,7 +98,7 @@ The screenshot below shows a \l TQColorDialog.
\img tqcolordlg-w.png
-Messages are presented using \l{QMessageBox}es, as shown below.
+Messages are presented using \l{TQMessageBox}es, as shown below.
\img qmsgbox-w.png