diff options
Diffstat (limited to 'kjsembed/builtins/textstream_imp.h')
-rw-r--r-- | kjsembed/builtins/textstream_imp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/builtins/textstream_imp.h b/kjsembed/builtins/textstream_imp.h index ca46fc37..055cbe9d 100644 --- a/kjsembed/builtins/textstream_imp.h +++ b/kjsembed/builtins/textstream_imp.h @@ -51,7 +51,7 @@ public: MethodFlush }; - TextStreamImp( KJS::ExecState *exec, int id, QTextStream *ts ); + TextStreamImp( KJS::ExecState *exec, int id, TQTextStream *ts ); ~TextStreamImp(); static void addBindings( KJS::ExecState *exec, KJS::Object &object ); @@ -64,7 +64,7 @@ public: private: int id; - QTextStream *ts; + TQTextStream *ts; class TextStreamImpPrivate *d; }; |