Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 8 months ago
parent 6a57fe022a
commit 2e40c341e0
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