diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/application-walkthrough.doc | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/application-walkthrough.doc')
-rw-r--r-- | doc/application-walkthrough.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc index 5c652e5f7..d7afbc1e2 100644 --- a/doc/application-walkthrough.doc +++ b/doc/application-walkthrough.doc @@ -60,10 +60,10 @@ Here's the header file in full: \include application/application.h It declares a class that inherits \l QMainWindow, with slots and private -variables. The class pre-declaration of \l QTextEdit at the beginning +variables. The class pre-declaration of \l TQTextEdit at the beginning (instead of an include) helps to speed up compilation. With this trick, \c{make depend} won't insist on recompiling every \c .cpp file that -includes \c application.h when \c ntqtextedit.h changes. +includes \c application.h when \c tqtextedit.h changes. \target simplemain \section1 A simple main() @@ -253,7 +253,7 @@ We create a \e Help menu, add it to the menu bar, and insert a few commands. Depending on the style it will appear on the right hand side of the menu bar or not. -\printline QTextEdit +\printline TQTextEdit \printline setFocus \printline setCentralWidget |