diff options
Diffstat (limited to 'doc/html/tqmacstyle_mac-h.html')
-rw-r--r-- | doc/html/tqmacstyle_mac-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmacstyle_mac-h.html b/doc/html/tqmacstyle_mac-h.html index b037eb027..7bc4ad6d5 100644 --- a/doc/html/tqmacstyle_mac-h.html +++ b/doc/html/tqmacstyle_mac-h.html @@ -85,14 +85,14 @@ body { background: #ffffff; color: black; } class TQPalette; #if defined(QT_PLUGIN) -#define Q_EXPORT_STYLE_MAC +#define TQ_EXPORT_STYLE_MAC #else -#define Q_EXPORT_STYLE_MAC TQ_EXPORT +#define TQ_EXPORT_STYLE_MAC TQ_EXPORT #endif class TQMacStylePrivate; -class Q_EXPORT_STYLE_MAC TQMacStyle : public TQWindowsStyle +class TQ_EXPORT_STYLE_MAC TQMacStyle : public TQWindowsStyle { TQ_OBJECT public: |