summaryrefslogtreecommitdiffstats
path: root/doc/html/qpaintdevice-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpaintdevice-h.html')
-rw-r--r--doc/html/qpaintdevice-h.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qpaintdevice-h.html b/doc/html/qpaintdevice-h.html
index b25d9f77a..9fff8419c 100644
--- a/doc/html/qpaintdevice-h.html
+++ b/doc/html/qpaintdevice-h.html
@@ -117,7 +117,7 @@ union TQPDevCmdParam {
-class Q_EXPORT TQPaintDevice // device for TQPainter
+class TQ_EXPORT TQPaintDevice // device for TQPainter
{
public:
virtual ~TQPaintDevice();
@@ -282,10 +282,10 @@ protected:
#ifndef TQMAC_NO_QUARTZ
virtual CGContextRef macCGContext(bool clipped=TRUE) const;
#endif
- friend Q_EXPORT void unclippedScaledBitBlt( TQPaintDevice *, int, int, int, int,
+ friend TQ_EXPORT void unclippedScaledBitBlt( TQPaintDevice *, int, int, int, int,
const TQPaintDevice *, int, int, int, int, TQt::RasterOp, bool, bool );
#else
- friend Q_EXPORT void bitBlt( TQPaintDevice *, int, int,
+ friend TQ_EXPORT void bitBlt( TQPaintDevice *, int, int,
const TQPaintDevice *,
int, int, int, int, TQt::RasterOp, bool );
#endif
@@ -327,12 +327,12 @@ private: // Disabled copy constructor and operator=
};
-Q_EXPORT
+TQ_EXPORT
void bitBlt( TQPaintDevice *dst, int dx, int dy,
const TQPaintDevice *src, int sx=0, int sy=0, int sw=-1, int sh=-1,
TQt::RasterOp = TQt::CopyROP, bool ignoreMask=FALSE );
-Q_EXPORT
+TQ_EXPORT
void bitBlt( TQPaintDevice *dst, int dx, int dy,
const TQImage *src, int sx=0, int sy=0, int sw=-1, int sh=-1,
int conversion_flags=0 );
@@ -340,7 +340,7 @@ void bitBlt( TQPaintDevice *dst, int dx, int dy,
#if defined(Q_WS_X11)
-struct Q_EXPORT TQPaintDeviceX11Data : public TQShared {
+struct TQ_EXPORT TQPaintDeviceX11Data : public TQShared {
Display* x_display;
int x_screen;
int x_depth;
@@ -442,7 +442,7 @@ inline bool TQPaintDevice::x11AppDefaultVisual()
#endif // Q_WS_X11
-Q_EXPORT
+TQ_EXPORT
inline void bitBlt( TQPaintDevice *dst, const TQPoint &dp,
const TQPaintDevice *src, const TQRect &sr =TQRect(0,0,-1,-1),
TQt::RasterOp rop=TQt::CopyROP, bool ignoreMask=FALSE )