summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/ntqdom.h4
-rw-r--r--src/xml/ntqxml.h4
-rw-r--r--src/xml/qdom.cpp4
-rw-r--r--src/xml/qsvgdevice.cpp10
-rw-r--r--src/xml/qsvgdevice_p.h4
-rw-r--r--src/xml/qxml.cpp4
6 files changed, 15 insertions, 15 deletions
diff --git a/src/xml/ntqdom.h b/src/xml/ntqdom.h
index c35e3958..aa250520 100644
--- a/src/xml/ntqdom.h
+++ b/src/xml/ntqdom.h
@@ -51,7 +51,7 @@
#define TQM_EXPORT_DOM Q_EXPORT
#endif
-#ifndef QT_NO_DOM
+#ifndef TQT_NO_DOM
class TQIODevice;
class TQTextStream;
@@ -673,5 +673,5 @@ private:
TQM_EXPORT_DOM TQTextStream& operator<<( TQTextStream&, const TQDomNode& );
-#endif //QT_NO_DOM
+#endif //TQT_NO_DOM
#endif // TQDOM_H
diff --git a/src/xml/ntqxml.h b/src/xml/ntqxml.h
index 6f5f6046..b6a08d82 100644
--- a/src/xml/ntqxml.h
+++ b/src/xml/ntqxml.h
@@ -55,7 +55,7 @@
#define TQM_EXPORT_XML Q_EXPORT
#endif
-#ifndef QT_NO_XML
+#ifndef TQT_NO_XML
class TQXmlNamespaceSupport;
class TQXmlAttributes;
@@ -533,6 +533,6 @@ inline int TQXmlAttributes::count() const
{ return length(); }
-#endif //QT_NO_XML
+#endif //TQT_NO_XML
#endif
diff --git a/src/xml/qdom.cpp b/src/xml/qdom.cpp
index 64658c1c..e6019081 100644
--- a/src/xml/qdom.cpp
+++ b/src/xml/qdom.cpp
@@ -40,7 +40,7 @@
#include "ntqdom.h"
-#ifndef QT_NO_DOM
+#ifndef TQT_NO_DOM
#include "ntqxml.h"
#include "ntqptrlist.h"
@@ -7089,4 +7089,4 @@ bool TQDomHandler::notationDecl( const TQString & name, const TQString & publicI
return TRUE;
}
-#endif //QT_NO_DOM
+#endif //TQT_NO_DOM
diff --git a/src/xml/qsvgdevice.cpp b/src/xml/qsvgdevice.cpp
index 9acaf4f9..c4e710ea 100644
--- a/src/xml/qsvgdevice.cpp
+++ b/src/xml/qsvgdevice.cpp
@@ -38,7 +38,7 @@
#include <private/qsvgdevice_p.h>
-#ifndef QT_NO_SVG
+#ifndef TQT_NO_SVG
#include "ntqpainter.h"
#include "ntqpaintdevicemetrics.h"
@@ -582,7 +582,7 @@ bool TQSvgDevice::cmd ( int c, TQPainter *painter, TQPDevCmdParam *p )
e.setAttribute( "points", str.stripWhiteSpace() );
}
break;
-#ifndef QT_NO_BEZIER
+#ifndef TQT_NO_BEZIER
case PdcDrawCubicBezier:
a = *p[0].ptarr;
e = doc.createElement( "path" );
@@ -1424,7 +1424,7 @@ void TQSvgDevice::drawPath( const TQString &data )
y = arg[ 0 ] + offsetY;
path.setPoint( pcount++, int(x), int(y) );
break;
-#ifndef QT_NO_BEZIER
+#ifndef TQT_NO_BEZIER
case 5: // 'C' cubic bezier curveto
case 6: // 'S' smooth shorthand
case 7: // 'Q' quadratic bezier curves
@@ -1467,7 +1467,7 @@ void TQSvgDevice::drawPath( const TQString &data )
path.setPoint( pcount++, bezier[ k ] );
break;
}
-#endif // QT_NO_BEZIER
+#endif // TQT_NO_BEZIER
case 9: // 'A' elliptical arc curve
// ### just a straight line
x = arg[ 5 ] + offsetX;
@@ -1588,4 +1588,4 @@ void TQSvgDevice::applyTransform( TQDomElement *e ) const
e->setAttribute( "transform", s );
}
-#endif // QT_NO_SVG
+#endif // TQT_NO_SVG
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/qsvgdevice_p.h
index 5b3fe48b..388f671b 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
diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp
index e29e027f..55024acb 100644
--- a/src/xml/qxml.cpp
+++ b/src/xml/qxml.cpp
@@ -49,7 +49,7 @@
// needed for QT_TRANSLATE_NOOP:
#include "ntqobject.h"
-#ifndef QT_NO_XML
+#ifndef TQT_NO_XML
//#define QT_QXML_DEBUG
@@ -7695,4 +7695,4 @@ void TQXmlSimpleReader::stringClear()
}
-#endif //QT_NO_XML
+#endif //TQT_NO_XML