diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-05-07 19:37:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-05-07 19:37:33 (GMT) |
commit | a3b06c4fd310fdeda48a4730139cee09b5302072 (patch) | |
tree | 58636054e8f52c5851109b908053cc4da26b060a /src/docsets.h | |
parent | 368c93a05bf38e440dba3f033f6e2e1cbeb2f379 (diff) | |
download | Doxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.zip Doxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.tar.gz Doxygen-a3b06c4fd310fdeda48a4730139cee09b5302072.tar.bz2 |
Release-1.6.3-20100507
Diffstat (limited to 'src/docsets.h')
-rw-r--r-- | src/docsets.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/docsets.h b/src/docsets.h index d4558d0..31b5263 100644 --- a/src/docsets.h +++ b/src/docsets.h @@ -17,10 +17,9 @@ #define DOCSETS_H #include "qtbc.h" -#include <qtextstream.h> #include <qstrlist.h> #include "sortdict.h" - +#include "ftextstream.h" #include "index.h" class QFile; @@ -56,7 +55,7 @@ class DocSets : public IndexIntf void addStyleSheetFile(const char *) {} private: - void writeToken(QTextStream &t, const Definition *d, + void writeToken(FTextStream &t, const Definition *d, const QCString &type, const QCString &lang, const char *scope=0, const char *anchor=0, const char *decl=0); @@ -75,8 +74,8 @@ class DocSets : public IndexIntf QCString indent(); QFile *m_nf; QFile *m_tf; - QTextStream m_nts; - QTextStream m_tts; + FTextStream m_nts; + FTextStream m_tts; int m_dc; int m_id; QArray<bool> m_firstNode; |