summaryrefslogtreecommitdiffstats
path: root/doc/html/templates.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/templates.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/templates.html')
-rw-r--r--doc/html/templates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/templates.html b/doc/html/templates.html
index a7335e53..624f1208 100644
--- a/doc/html/templates.html
+++ b/doc/html/templates.html
@@ -63,7 +63,7 @@ beginning, without even having to think about design patterns.
beyond the compiled language's facilities. It does so by generating
additional C++ code which can be compiled by any standard C++ compiler.
The <tt>moc</tt> reads C++ source files. If it finds one or more class
-declarations that contain the "Q_OBJECT" macro, it produces another C++
+declarations that contain the "TQ_OBJECT" macro, it produces another C++
source file which contains the meta object code for those classes. The
C++ source file generated by the <tt>moc</tt> must be compiled and
linked with the implementation of the class (or it can be