diff options
Diffstat (limited to 'src/widgets/qeffects_p.h')
-rw-r--r-- | src/widgets/qeffects_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qeffects_p.h b/src/widgets/qeffects_p.h index aecfe423d..918dca0bd 100644 --- a/src/widgets/qeffects_p.h +++ b/src/widgets/qeffects_p.h @@ -59,7 +59,7 @@ #include "ntqnamespace.h" #endif // QT_H -#ifndef QT_NO_EFFECTS +#ifndef TQT_NO_EFFECTS class TQWidget; struct TQEffects @@ -76,6 +76,6 @@ struct TQEffects extern void Q_EXPORT qScrollEffect( TQWidget*, TQEffects::DirFlags dir = TQEffects::DownScroll, int time = -1 ); extern void Q_EXPORT qFadeEffect( TQWidget*, int time = -1 ); -#endif // QT_NO_EFFECTS +#endif // TQT_NO_EFFECTS #endif // TQEFFECTS_P_H |