diff options
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 |