From 2e40c341e062630157cb8da42c62f91857fa8112 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:20:34 +0900 Subject: [PATCH] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro --- tdegtk/tqtcairopainter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 );