diff options
Diffstat (limited to 'kjsembed/global.h')
-rw-r--r-- | kjsembed/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/global.h b/kjsembed/global.h index 426e3cec..e2e4a652 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 <textstream.h> +#include <tqtextstream.h> namespace KJSEmbed { KJSEMBED_EXPORT TQTextStream *conin(); KJSEMBED_EXPORT TQTextStream *conout(); |