diff options
Diffstat (limited to 'qmake/book')
-rw-r--r-- | qmake/book/qmake-commandreference.leaf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/book/qmake-commandreference.leaf b/qmake/book/qmake-commandreference.leaf index f89559db9..db7f7d3d7 100644 --- a/qmake/book/qmake-commandreference.leaf +++ b/qmake/book/qmake-commandreference.leaf @@ -676,7 +676,7 @@ rarely needs to be modified. \section3 OBJMOC This variable is set by \e qmake if files can be found that -contain the Q_OBJECT macro. \c OBJMOC contains the +contain the TQ_OBJECT macro. \c OBJMOC contains the name of all intermediate moc object files. The value of this variable is typically handled by \e qmake or \link #QMAKESPEC qmake.conf \endlink and rarely needs to be modified. @@ -1605,7 +1605,7 @@ The value of this variable is typically handled by \e qmake or \section3 SRCMOC This variable is set by \e qmake if files can be found that -contain the Q_OBJECT macro. \c SRCMOC contains the +contain the TQ_OBJECT macro. \c SRCMOC contains the name of all the generated moc files. The value of this variable is typically handled by \e qmake or \link #QMAKESPEC qmake.conf \endlink and rarely needs to be modified. |