aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/fileout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/fileout.h')
-rw-r--r--sources/shiboken6/ApiExtractor/fileout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/ApiExtractor/fileout.h b/sources/shiboken6/ApiExtractor/fileout.h
index b1011c4d6..23dac7b1a 100644
--- a/sources/shiboken6/ApiExtractor/fileout.h
+++ b/sources/shiboken6/ApiExtractor/fileout.h
@@ -30,7 +30,7 @@
#define FILEOUT_H
#include <QtCore/QObject>
-#include <QtCore/QTextStream>
+#include "textstream.h"
QT_FORWARD_DECLARE_CLASS(QFile)
@@ -57,7 +57,7 @@ public:
static void touchFile(const QString &filePath);
- QTextStream stream;
+ TextStream stream;
static bool dummy;
static bool diff;