summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial1-11.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tutorial1-11.html')
-rw-r--r--doc/html/tutorial1-11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html
index 678762118..f353dd3b1 100644
--- a/doc/html/tutorial1-11.html
+++ b/doc/html/tutorial1-11.html
@@ -201,7 +201,7 @@ point, we construct a <a href="tqrect.html">TQRect</a> with size 6x6 and move it
the point calculated above. In the same operation we convert the
point into the widget's coordinate system (see <a href="coordsys.html">The
Coordinate System</a>).
-<p> The tqRound() function is an inline function defined in ntqglobal.h (included
+<p> The tqRound() function is an inline function defined in tqglobal.h (included
by all other TQt header files). tqRound() rounds a double to the closest
integer.
<p> <h3> <a href="t11-main-cpp.html">t11/main.cpp</a>