From 1d15009c9a577bcfcc30633f879db17aecabd088 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:20:42 +0900 Subject: [PATCH] Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro (cherry picked from commit 3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc) --- lib/tdeqt4painter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdeqt4painter.h b/lib/tdeqt4painter.h index 9e1a609..56254f4 100644 --- a/lib/tdeqt4painter.h +++ b/lib/tdeqt4painter.h @@ -29,7 +29,7 @@ #include #include -class Q_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class +class TQ_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class { public: TDEQt4PaintDevice( QPainter * );