Doc: tmake -> qmake, it's about time
authorDaniel Molkentin <daniel.molkentin@nokia.com>
Mon, 18 Jun 2012 23:00:16 +0000 (01:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jun 2012 22:58:10 +0000 (00:58 +0200)
Pushing this before 5.0 since it will most certainly
trigger a major recompile, which is probably why
this has never been changed.

Change-Id: I5fd90537d3b754d0a8a1b522d66183513693e0af
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/corelib/kernel/qobjectdefs.h

index 9693147..306728d 100644 (file)
@@ -109,7 +109,7 @@ class QString;
 #endif
 
 #if defined(QT_NO_QOBJECT_CHECK)
-/* tmake ignore Q_OBJECT */
+/* qmake ignore Q_OBJECT */
 #define Q_OBJECT_CHECK
 #else
 
@@ -125,7 +125,7 @@ class QString;
    to contains a Q_OBJECT macro.
 */
 
-/* tmake ignore Q_OBJECT */
+/* qmake ignore Q_OBJECT */
 #define Q_OBJECT_CHECK \
     template <typename T> inline void qt_check_for_QOBJECT_macro(const T &_q_argument) const \
     { int i = qYouForgotTheQ_OBJECT_Macro(this, &_q_argument); i = i + 1; }
@@ -144,7 +144,7 @@ inline void qYouForgotTheQ_OBJECT_Macro(T1, T2) {}
 # define Q_DECL_HIDDEN_STATIC_METACALL Q_DECL_HIDDEN
 #endif
 
-/* tmake ignore Q_OBJECT */
+/* qmake ignore Q_OBJECT */
 #define Q_OBJECT \
 public: \
     Q_OBJECT_CHECK \
@@ -156,11 +156,11 @@ public: \
 private: \
     Q_DECL_HIDDEN_STATIC_METACALL static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);
 
-/* tmake ignore Q_OBJECT */
+/* qmake ignore Q_OBJECT */
 #define Q_OBJECT_FAKE Q_OBJECT
 
 #ifndef QT_NO_META_MACROS
-/* tmake ignore Q_GADGET */
+/* qmake ignore Q_GADGET */
 #define Q_GADGET \
 public: \
     static const QMetaObject staticMetaObject; \
@@ -180,11 +180,11 @@ private:
 #define Q_OVERRIDE(text) Q_OVERRIDE(text)
 #define Q_ENUMS(x) Q_ENUMS(x)
 #define Q_FLAGS(x) Q_FLAGS(x)
- /* tmake ignore Q_OBJECT */
+ /* qmake ignore Q_OBJECT */
 #define Q_OBJECT Q_OBJECT
- /* tmake ignore Q_OBJECT */
+ /* qmake ignore Q_OBJECT */
 #define Q_OBJECT_FAKE Q_OBJECT_FAKE
- /* tmake ignore Q_GADGET */
+ /* qmake ignore Q_GADGET */
 #define Q_GADGET Q_GADGET
 #define Q_SCRIPTABLE Q_SCRIPTABLE
 #define Q_INVOKABLE Q_INVOKABLE