summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/qt_xml.pri4
-rw-r--r--src/xml/tqsvgdevice.cpp (renamed from src/xml/qsvgdevice.cpp)4
-rw-r--r--src/xml/tqsvgdevice_p.h (renamed from src/xml/qsvgdevice_p.h)0
3 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/qt_xml.pri b/src/xml/qt_xml.pri
index 82fb0c4e0..9adf04487 100644
--- a/src/xml/qt_xml.pri
+++ b/src/xml/qt_xml.pri
@@ -1,8 +1,8 @@
# TQt xml module
xml {
- HEADERS += $$XML_H/tqxml.h $$XML_H/tqdom.h $$XML_CPP/qsvgdevice_p.h
- SOURCES += $$XML_CPP/tqxml.cpp $$XML_CPP/tqdom.cpp $$XML_CPP/qsvgdevice.cpp
+ HEADERS += $$XML_H/tqxml.h $$XML_H/tqdom.h $$XML_CPP/tqsvgdevice_p.h
+ SOURCES += $$XML_CPP/tqxml.cpp $$XML_CPP/tqdom.cpp $$XML_CPP/tqsvgdevice.cpp
win32-borland {
QMAKE_CFLAGS_WARN_ON += -w-use
QMAKE_CXXFLAGS_WARN_ON += -w-use
diff --git a/src/xml/qsvgdevice.cpp b/src/xml/tqsvgdevice.cpp
index e6dfb86a0..1b92d8d6e 100644
--- a/src/xml/qsvgdevice.cpp
+++ b/src/xml/tqsvgdevice.cpp
@@ -36,7 +36,7 @@
**
*****************************************************************************/
-#include <private/qsvgdevice_p.h>
+#include <private/tqsvgdevice_p.h>
#ifndef TQT_NO_SVG
@@ -117,7 +117,7 @@ static TQSvgTypeMap *qSvgTypeMap=0; // element types
static TQMap<TQString,TQString> *qSvgColMap=0; // recognized color keyword names
/*!
- \class TQSvgDevice qsvgdevice.h
+ \class TQSvgDevice tqsvgdevice.h
\brief The TQSvgDevice class provides a paint device for SVG vector graphics.
\if defined(commercial)
It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>.
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/tqsvgdevice_p.h
index ffdec75fd..ffdec75fd 100644
--- a/src/xml/qsvgdevice_p.h
+++ b/src/xml/tqsvgdevice_p.h