diff options
Diffstat (limited to 'src/kernel/ntqpicture.h')
-rw-r--r-- | src/kernel/ntqpicture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqpicture.h b/src/kernel/ntqpicture.h index 9a76a7b5d..4acbdc33e 100644 --- a/src/kernel/ntqpicture.h +++ b/src/kernel/ntqpicture.h @@ -46,7 +46,7 @@ #include "ntqbuffer.h" #endif // QT_H -#ifndef QT_NO_PICTURE +#ifndef TQT_NO_PICTURE class Q_EXPORT TQPicture : public TQPaintDevice // picture class { @@ -122,6 +122,6 @@ inline const char* TQPicture::data() const Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPicture & ); Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPicture & ); -#endif // QT_NO_PICTURE +#endif // TQT_NO_PICTURE #endif // TQPICTURE_H |