diff options
Diffstat (limited to 'doc/html/tqsgistyle-h.html')
-rw-r--r-- | doc/html/tqsgistyle-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqsgistyle-h.html b/doc/html/tqsgistyle-h.html index 69a32c59d..8ddd9beb5 100644 --- a/doc/html/tqsgistyle-h.html +++ b/doc/html/tqsgistyle-h.html @@ -85,14 +85,14 @@ body { background: #ffffff; color: black; } #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) -#define Q_EXPORT_STYLE_SGI +#define TQ_EXPORT_STYLE_SGI #else -#define Q_EXPORT_STYLE_SGI TQ_EXPORT +#define TQ_EXPORT_STYLE_SGI TQ_EXPORT #endif class TQSGIStylePrivate; -class Q_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle +class TQ_EXPORT_STYLE_SGI TQSGIStyle: public TQMotifStyle { TQ_OBJECT public: |