diff options
Diffstat (limited to 'src/xml/qsvgdevice_p.h')
-rw-r--r-- | src/xml/qsvgdevice_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/qsvgdevice_p.h index 5b3fe48b5..388f671bb 100644 --- a/src/xml/qsvgdevice_p.h +++ b/src/xml/qsvgdevice_p.h @@ -65,7 +65,7 @@ #define TQM_EXPORT_SVG Q_EXPORT #endif -#ifndef QT_NO_SVG +#ifndef TQT_NO_SVG class TQPainter; class TQDomNode; @@ -135,6 +135,6 @@ inline TQRect TQSvgDevice::boundingRect() const return brect; } -#endif // QT_NO_SVG +#endif // TQT_NO_SVG #endif // TQSVGDEVICE_P_H |