diff options
Diffstat (limited to 'doc/html/qmotifstyle-h.html')
-rw-r--r-- | doc/html/qmotifstyle-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmotifstyle-h.html b/doc/html/qmotifstyle-h.html index 66f6fec02..a1e9f797b 100644 --- a/doc/html/qmotifstyle-h.html +++ b/doc/html/qmotifstyle-h.html @@ -94,7 +94,7 @@ class TQPalette; class Q_EXPORT_STYLE_MOTIF TQMotifStyle : public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: TQMotifStyle( bool useHighlightCols=FALSE ); virtual ~TQMotifStyle(); @@ -161,7 +161,7 @@ private: bool highlightCols; // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQMotifStyle( const TQMotifStyle & ); TQMotifStyle& operator=( const TQMotifStyle & ); #endif |