summaryrefslogtreecommitdiffstats
path: root/src/eclipsehelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclipsehelp.h')
-rw-r--r--src/eclipsehelp.h4
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 */