diff options
Diffstat (limited to 'tdehtml/ecma/kjs_binding.h')
-rw-r--r-- | tdehtml/ecma/kjs_binding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/ecma/kjs_binding.h b/tdehtml/ecma/kjs_binding.h index b6d60348e..f8276bcb8 100644 --- a/tdehtml/ecma/kjs_binding.h +++ b/tdehtml/ecma/kjs_binding.h @@ -89,7 +89,7 @@ namespace KJS { * that the interpreter runs for. * The interpreter also stores the DOM object - >KJS::DOMObject cache. */ - class KDE_EXPORT ScriptInterpreter : public Interpreter + class TDE_EXPORT ScriptInterpreter : public Interpreter { public: ScriptInterpreter( const Object &global, tdehtml::ChildFrame* frame ); |