diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
commit | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch) | |
tree | b451256c2cc2e22e895251bac6ec1e4bdfd40e09 /src/xml/qsvgdevice_p.h | |
parent | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff) | |
download | tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip |
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/xml/qsvgdevice_p.h')
-rw-r--r-- | src/xml/qsvgdevice_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/qsvgdevice_p.h index 391a08e07..cf56c649f 100644 --- a/src/xml/qsvgdevice_p.h +++ b/src/xml/qsvgdevice_p.h @@ -56,7 +56,7 @@ #ifndef QT_H #include "ntqpaintdevice.h" #include "ntqrect.h" -#include "ntqdom.h" +#include "tqdom.h" #endif // QT_H #if !defined(TQT_MODULE_XML) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_XML ) |