From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- src/xml/qdom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml/qdom.cpp') 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 -- cgit v1.2.1