summaryrefslogtreecommitdiffstats
path: root/doc/html/qobject-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qobject-h.html')
-rw-r--r--doc/html/qobject-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qobject-h.html b/doc/html/qobject-h.html
index d358e7ac..19ae51d9 100644
--- a/doc/html/qobject-h.html
+++ b/doc/html/qobject-h.html
@@ -101,7 +101,7 @@ struct TQUObject;
class Q_EXPORT TQObject: public TQt
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( TQCString name READ name WRITE setName )
public:
@@ -246,7 +246,7 @@ private:
friend class TQSignal;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQObject( const TQObject & );
TQObject &operator=( const TQObject & );
#endif