diff options
Diffstat (limited to 'src/styles/ntqplatinumstyle.h')
-rw-r--r-- | src/styles/ntqplatinumstyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/ntqplatinumstyle.h b/src/styles/ntqplatinumstyle.h index 968fbb1d4..69b119bd9 100644 --- a/src/styles/ntqplatinumstyle.h +++ b/src/styles/ntqplatinumstyle.h @@ -45,7 +45,7 @@ #include "ntqwindowsstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) class TQPalette; @@ -120,6 +120,6 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_STYLE_PLATINUM +#endif // TQT_NO_STYLE_PLATINUM #endif // TQPLATINUMSTYLE_H |