summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:20:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-14 10:50:13 +0900
commit1d15009c9a577bcfcc30633f879db17aecabd088 (patch)
treeebf95d2bfbc6b58cdd1a80cb239999350102749a
parent4a22ef34db9845d641013272e93c0f92b36b14f1 (diff)
downloadqt4-tqt-theme-engine-1d15009c9a577bcfcc30633f879db17aecabd088.tar.gz
qt4-tqt-theme-engine-1d15009c9a577bcfcc30633f879db17aecabd088.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc)
-rw-r--r--lib/tdeqt4painter.h2
1 files changed, 1 insertions, 1 deletions
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 <QtGui/QPainter>
#include <QtGui/QBitmap>
-class Q_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class
+class TQ_EXPORT TDEQt4PaintDevice : public TQPaintDevice // picture class
{
public:
TDEQt4PaintDevice( QPainter * );