summaryrefslogtreecommitdiffstats
path: root/kjsembed/global.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:58:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:58:40 -0600
commita0472c850388f074c4d6329832bded85715ab364 (patch)
tree3136f99dca07e33bdbc32a3191804f0f6e2d8fbc /kjsembed/global.h
parent996381f5af9d39777caa6c48bac35d8ff92ad99e (diff)
downloadtdebindings-a0472c850388f074c4d6329832bded85715ab364.tar.gz
tdebindings-a0472c850388f074c4d6329832bded85715ab364.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 996381f5af9d39777caa6c48bac35d8ff92ad99e.
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 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();