Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a0019282e)
r14.1.x
Michele Calgaro 8 months ago
parent 4a22ef34db
commit 1d15009c9a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,7 +29,7 @@
#include <QtGui/QPainter>
#include <QtGui/QBitmap>
class Q_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class
class TQ_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class
{
public:
TDEQt4PaintDevice( QPainter * );

Loading…
Cancel
Save