From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/qcommonstyle-h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qcommonstyle-h.html') 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 -- cgit v1.2.1