From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kjs/interpreter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kjs/interpreter.h') diff --git a/kjs/interpreter.h b/kjs/interpreter.h index e8f4f84f3..f7fee0727 100644 --- a/kjs/interpreter.h +++ b/kjs/interpreter.h @@ -56,7 +56,7 @@ namespace KJS { * Represents an execution context, as specified by section 10 of the ECMA * spec. * - * An execution context contains information about the current state of the + * An execution context tqcontains information about the current state of the * script - the scope for variable lookup, the value of "this", etc. A new * execution context is entered whenever global code is executed (e.g. with * Interpreter::evaluate()), a function is called (see @@ -86,7 +86,7 @@ namespace KJS { const ScopeChain &scopeChain() const; /** - * Returns the variable object for the execution context. This contains a + * Returns the variable object for the execution context. This tqcontains a * property for each variable declared in the execution context. * * @return The execution context's variable object @@ -211,7 +211,7 @@ namespace KJS { * Returns the execution state object which can be used to execute * scripts using this interpreter at a the "global" level, i.e. one * with a execution context that has the global object as the "this" - * value, and who's scope chain contains only the global object. + * value, and who's scope chain tqcontains only the global object. * * Note: this pointer remains constant for the life of the interpreter * and should not be manually deleted. @@ -266,7 +266,7 @@ namespace KJS { /** * Returns the builtin "Object" object. This is the object that was set * as a property of the global object during construction; if the property - * is replaced by script code, this method will still return the original + * is tqreplaced by script code, this method will still return the original * object. * * @return The builtin "Object" object -- cgit v1.2.1