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/eclipsehelp.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/eclipsehelp.h')
-rw-r--r-- | src/eclipsehelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eclipsehelp.h b/src/eclipsehelp.h index 9466a47..645292f 100644 --- a/src/eclipsehelp.h +++ b/src/eclipsehelp.h @@ -26,7 +26,7 @@ #include "qtbc.h" #include "index.h" -#include <qtextstream.h> +#include "ftextstream.h" /* -- forward declarations */ class QFile; @@ -62,7 +62,7 @@ class EclipseHelp : public IndexIntf bool m_endtag; QFile * m_tocfile; - QTextStream m_tocstream; + FTextStream m_tocstream; QCString m_pathprefix; /* -- avoid copying */ |