summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqbitmap.h')
-rw-r--r--src/kernel/ntqbitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ntqbitmap.h b/src/kernel/ntqbitmap.h
index 90fe694e..a4e49a36 100644
--- a/src/kernel/ntqbitmap.h
+++ b/src/kernel/ntqbitmap.h
@@ -57,14 +57,14 @@ public:
TQBitmap( int w, int h, const uchar *bits, bool isXbitmap=FALSE );
TQBitmap( const TQSize &, const uchar *bits, bool isXbitmap=FALSE );
TQBitmap( const TQBitmap & );
-#ifndef QT_NO_IMAGEIO
+#ifndef TQT_NO_IMAGEIO
TQBitmap( const TQString &fileName, const char *format=0 );
#endif
TQBitmap &operator=( const TQBitmap & );
TQBitmap &operator=( const TQPixmap & );
TQBitmap &operator=( const TQImage & );
-#ifndef QT_NO_PIXMAP_TRANSFORMATION
+#ifndef TQT_NO_PIXMAP_TRANSFORMATION
TQBitmap xForm( const TQWMatrix & ) const;
#endif
};