diff options
Diffstat (limited to 'src/styles/tqplatinumstyle.h')
-rw-r--r-- | src/styles/tqplatinumstyle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/tqplatinumstyle.h b/src/styles/tqplatinumstyle.h index 74e319f9f..a2028d7c9 100644 --- a/src/styles/tqplatinumstyle.h +++ b/src/styles/tqplatinumstyle.h @@ -50,12 +50,12 @@ class TQPalette; #if defined(QT_PLUGIN) -#define Q_EXPORT_STYLE_PLATINUM +#define TQ_EXPORT_STYLE_PLATINUM #else -#define Q_EXPORT_STYLE_PLATINUM TQ_EXPORT +#define TQ_EXPORT_STYLE_PLATINUM TQ_EXPORT #endif -class Q_EXPORT_STYLE_PLATINUM TQPlatinumStyle : public TQWindowsStyle +class TQ_EXPORT_STYLE_PLATINUM TQPlatinumStyle : public TQWindowsStyle { TQ_OBJECT public: |