summaryrefslogtreecommitdiffstats
path: root/src/qhpxmlwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qhpxmlwriter.h')
-rw-r--r--src/qhpxmlwriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qhpxmlwriter.h b/src/qhpxmlwriter.h
index 33e6152..c88eebd 100644
--- a/src/qhpxmlwriter.h
+++ b/src/qhpxmlwriter.h
@@ -18,7 +18,7 @@
#define QHPXMLWRITER_H
#include <qstring.h>
-#include <qtextstream.h>
+#include "ftextstream.h"
class QFile;
@@ -52,8 +52,8 @@ class QhpXmlWriter
char const * const * attributes = 0);
void closePure(char const * elementName);
- QString m_backend;
- QTextOStream m_out;
+ QGString m_backend;
+ FTextStream m_out;
int m_indentLevel;
bool m_curLineIndented;
bool m_compress;