Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2e40c341e0)
r14.1.x r14.1.1
Michele Calgaro 9 months ago
parent 6713ac1b16
commit 05ed49c352
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 );

Loading…
Cancel
Save