From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/application-walkthrough.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/application-walkthrough.doc') 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 -- cgit v1.2.1