summaryrefslogtreecommitdiffstats
path: root/kjsembed/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/global.h')
-rw-r--r--kjsembed/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/global.h b/kjsembed/global.h
index e2e4a652..426e3cec 100644
--- a/kjsembed/global.h
+++ b/kjsembed/global.h
@@ -53,7 +53,7 @@ KJSEMBED_EXPORT void RedirectIOToConsole();
char *itoa(int num, char *str, int radix = 10);
#endif
-#include <tqtextstream.h>
+#include <textstream.h>
namespace KJSEmbed {
KJSEMBED_EXPORT TQTextStream *conin();
KJSEMBED_EXPORT TQTextStream *conout();