summaryrefslogtreecommitdiffstats
path: root/doc/html/qsgistyle-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsgistyle-h.html')
-rw-r--r--doc/html/qsgistyle-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsgistyle-h.html b/doc/html/qsgistyle-h.html
index a2a46d01..e5a314be 100644
--- a/doc/html/qsgistyle-h.html
+++ b/doc/html/qsgistyle-h.html
@@ -95,7 +95,7 @@ class TQSGIStylePrivate;
class Q_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQSGIStyle( bool useHighlightCols = FALSE );
virtual ~TQSGIStyle();
@@ -157,7 +157,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