summaryrefslogtreecommitdiffstats
path: root/src/xmldocvisitor.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-05-07 19:37:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-05-07 19:37:33 (GMT)
commita3b06c4fd310fdeda48a4730139cee09b5302072 (patch)
tree58636054e8f52c5851109b908053cc4da26b060a /src/xmldocvisitor.h
parent368c93a05bf38e440dba3f033f6e2e1cbeb2f379 (diff)
downloadDoxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.zip
Doxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.tar.gz
Doxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.tar.bz2
Release-1.6.3-20100507
Diffstat (limited to 'src/xmldocvisitor.h')
-rw-r--r--src/xmldocvisitor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xmldocvisitor.h b/src/xmldocvisitor.h
index 4662b04..89001aa 100644
--- a/src/xmldocvisitor.h
+++ b/src/xmldocvisitor.h
@@ -23,15 +23,15 @@
#include <qstack.h>
#include <qcstring.h>
-class QTextStream;
+class FTextStream;
class CodeOutputInterface;
-class QString;
+class QCString;
/*! @brief Concrete visitor implementation for XML output. */
class XmlDocVisitor : public DocVisitor
{
public:
- XmlDocVisitor(QTextStream &t,CodeOutputInterface &ci);
+ XmlDocVisitor(FTextStream &t,CodeOutputInterface &ci);
//--------------------------------------
// visitor functions for leaf nodes
@@ -135,8 +135,8 @@ class XmlDocVisitor : public DocVisitor
//--------------------------------------
void filter(const char *str);
- void startLink(const QString &ref,const QString &file,
- const QString &anchor);
+ void startLink(const QCString &ref,const QCString &file,
+ const QCString &anchor);
void endLink();
void pushEnabled();
@@ -146,7 +146,7 @@ class XmlDocVisitor : public DocVisitor
// state variables
//--------------------------------------
- QTextStream &m_t;
+ FTextStream &m_t;
CodeOutputInterface &m_ci;
bool m_insidePre;
bool m_hide;