diff options
Diffstat (limited to 'src/xml/qdom.cpp')
-rw-r--r-- | src/xml/qdom.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/qdom.cpp b/src/xml/qdom.cpp index 64658c1c6..e60190816 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 |