diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
commit | 587657561bb870d457a188a80bc0ce918ef5a0bd (patch) | |
tree | baed0c3b38c4d11389c96c686967160a1b3027cd /doc/html/tqmetaobject.html | |
parent | 4161606c301841f973f0319f46e6853c4a3fe906 (diff) | |
download | tqt3-587657561bb870d457a188a80bc0ce918ef5a0bd.tar.gz tqt3-587657561bb870d457a188a80bc0ce918ef5a0bd.zip |
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmetaobject.html')
-rw-r--r-- | doc/html/tqmetaobject.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmetaobject.html b/doc/html/tqmetaobject.html index 4139c53ef..ebcedc912 100644 --- a/doc/html/tqmetaobject.html +++ b/doc/html/tqmetaobject.html @@ -78,7 +78,7 @@ class's properties. <p> Classes may have a list of name-value pairs of class information. The number of pairs is returned by <a href="#numClassInfo">numClassInfo</a>(), and values are returned by <a href="#classInfo">classInfo</a>(). -<p> <p>See also <a href="moc.html">moc (Meta Object Compiler)</a> and <a href="objectmodel.html">Object Model</a>. +<p> <p>See also <a href="tqmoc.html">tqmoc (Meta Object Compiler)</a> and <a href="objectmodel.html">Object Model</a>. <p> <hr><h2>Member Function Documentation</h2> |