diff options
-rw-r--r-- | tdegtk/tqtcairopainter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h index b44199c..c8f53de 100644 --- a/tdegtk/tqtcairopainter.h +++ b/tdegtk/tqtcairopainter.h @@ -38,7 +38,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; class KPixmapIO; -class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class +class TQ_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class { public: TQt3CairoPaintDevice( cairo_surface_t *, int x = 0, int y = 0, int width = -1, int height = -1, cairo_t *overridepainter = NULL ); |