diff options
Diffstat (limited to 'src/styles/ntqcdestyle.h')
-rw-r--r-- | src/styles/ntqcdestyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/ntqcdestyle.h b/src/styles/ntqcdestyle.h index 5f169118c..90857223d 100644 --- a/src/styles/ntqcdestyle.h +++ b/src/styles/ntqcdestyle.h @@ -46,7 +46,7 @@ #include "ntqmotifstyle.h" #endif // QT_H -#if !defined(QT_NO_STYLE_CDE) || defined(QT_PLUGIN) +#if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN) #if defined(QT_PLUGIN) #define Q_EXPORT_STYLE_CDE @@ -85,6 +85,6 @@ public: }; -#endif // QT_NO_STYLE_CDE +#endif // TQT_NO_STYLE_CDE #endif // TQCDESTYLE_H |