From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/tutorial.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tutorial.doc') diff --git a/doc/tutorial.doc b/doc/tutorial.doc index 0896a925b..c015928c9 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 -- cgit v1.2.1