summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index 226fb90..bee84dd 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -22,9 +22,9 @@
#define HTMLHELP_H
#include "qtbc.h"
-#include <qtextstream.h>
#include <qstrlist.h>
#include "index.h"
+#include "ftextstream.h"
class QFile;
class HtmlHelpIndex;
@@ -87,7 +87,7 @@ class HtmlHelp : public IndexIntf
void createProjectFile();
QFile *cf,*kf;
- QTextStream cts,kts;
+ FTextStream cts,kts;
HtmlHelpIndex *index;
int dc;
QStrList indexFiles;