diff options
Diffstat (limited to 'doc/html/qcommonstyle-h.html')
-rw-r--r-- | doc/html/qcommonstyle-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcommonstyle-h.html b/doc/html/qcommonstyle-h.html index 754c54a7b..8b9a0efaf 100644 --- a/doc/html/qcommonstyle-h.html +++ b/doc/html/qcommonstyle-h.html @@ -85,7 +85,7 @@ body { background: #ffffff; color: black; } class Q_EXPORT TQCommonStyle: public TQStyle { - Q_OBJECT + TQ_OBJECT public: TQCommonStyle(); @@ -160,7 +160,7 @@ public: private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQCommonStyle( const TQCommonStyle & ); TQCommonStyle &operator=( const TQCommonStyle & ); #endif |