summaryrefslogtreecommitdiffstats
path: root/doc/tutorial.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial.doc')
-rw-r--r--doc/tutorial.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial.doc b/doc/tutorial.doc
index 0896a925..c015928c 100644
--- a/doc/tutorial.doc
+++ b/doc/tutorial.doc
@@ -726,7 +726,7 @@ often speed up big compilations by a factor of two or more.
\skipto LCDRange
\printuntil parent=0
-Note the Q_OBJECT. This macro must be included in \e all classes that
+Note the TQ_OBJECT. This macro must be included in \e all classes that
contain signals and/or slots. If you are curious, it defines the
functions that are implemented in the
\link metaobjects.html meta object file \endlink.
@@ -1654,8 +1654,8 @@ the point calculated above. In the same operation we convert the
point into the widget's coordinate system (see \link coordsys.html The
Coordinate System\endlink).
-The qRound() function is an inline function defined in ntqglobal.h (included
-by all other Qt header files). qRound() rounds a double to the closest
+The tqRound() function is an inline function defined in ntqglobal.h (included
+by all other Qt header files). tqRound() rounds a double to the closest
integer.
\section2 \l t11/main.cpp