diff options
author | Michele Calgaro <[email protected]> | 2023-09-13 13:20:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-13 13:20:42 +0900 |
commit | 3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc (patch) | |
tree | ebf95d2bfbc6b58cdd1a80cb239999350102749a | |
parent | 4a22ef34db9845d641013272e93c0f92b36b14f1 (diff) | |
download | qt4-tqt-theme-engine-3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc.tar.gz qt4-tqt-theme-engine-3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc.zip |
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | lib/tdeqt4painter.h | 2 |
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 * ); |