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 --- src/styles/ntqsgistyle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/ntqsgistyle.h') diff --git a/src/styles/ntqsgistyle.h b/src/styles/ntqsgistyle.h index 16d3a8ba..b724a5b8 100644 --- a/src/styles/ntqsgistyle.h +++ b/src/styles/ntqsgistyle.h @@ -59,7 +59,7 @@ class TQSGIStylePrivate; class Q_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle { - Q_OBJECT + TQ_OBJECT public: TQSGIStyle( bool useHighlightCols = FALSE ); virtual ~TQSGIStyle(); @@ -121,7 +121,7 @@ private: TQSGIStylePrivate *d; uint isApplicationStyle :1; -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQSGIStyle( const TQSGIStyle & ); TQSGIStyle& operator=( const TQSGIStyle & ); #endif -- cgit v1.2.3