diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/tutorial.doc | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'doc/tutorial.doc')
-rw-r--r-- | doc/tutorial.doc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |