summaryrefslogtreecommitdiffstats
path: root/doc/html/qpixmap-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpixmap-h.html')
-rw-r--r--doc/html/qpixmap-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html
index 8a6a6618..b8f8654d 100644
--- a/doc/html/qpixmap-h.html
+++ b/doc/html/qpixmap-h.html
@@ -93,7 +93,7 @@ class TQMultiCellPixmap;
#endif
-class Q_EXPORT TQPixmap : public TQPaintDevice, public TQt
+class TQ_EXPORT TQPixmap : public TQPaintDevice, public TQt
{
public:
enum ColorMode { Auto, Color, Mono };
@@ -283,13 +283,13 @@ private:
int sw, int sh, bool useDstAlpha );
#endif
static Optimization defOptim;
- friend Q_EXPORT void bitBlt( TQPaintDevice *, int, int,
+ friend TQ_EXPORT void bitBlt( TQPaintDevice *, int, int,
const TQPaintDevice *,
int, int, int, int, RasterOp, bool );
- friend Q_EXPORT void bitBlt( TQPaintDevice *, int, int,
+ friend TQ_EXPORT void bitBlt( TQPaintDevice *, int, int,
const TQImage* src,
int, int, int, int, int conversion_flags );
- friend Q_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy,
+ friend TQ_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy,
const TQPixmap *src, int sx, int sy,
int sw, int sh );
@@ -366,8 +366,8 @@ inline bool TQPixmap::isMultiCellPixmap() const
*****************************************************************************/
#if !defined(TQT_NO_DATASTREAM) && !defined(TQT_NO_IMAGEIO)
-Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPixmap & );
-Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPixmap & );
+TQ_EXPORT TQDataStream &operator<<( TQDataStream &, const TQPixmap & );
+TQ_EXPORT TQDataStream &operator>>( TQDataStream &, TQPixmap & );
#endif
/*****************************************************************************
@@ -383,7 +383,7 @@ Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQPixmap &
bool qt_xForm_helper( const TQWMatrix&, int, int, int, uchar*, int, int, int, uchar*, int, int, int );
#endif
-Q_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy,
+TQ_EXPORT void copyBlt( TQPixmap *dst, int dx, int dy,
const TQPixmap *src, int sx = 0, int sy = 0,
int sw = -1, int sh = -1 );