diff options
Diffstat (limited to 'kjsembed/customobject_imp.h')
-rw-r--r-- | kjsembed/customobject_imp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/customobject_imp.h b/kjsembed/customobject_imp.h index 600d7a15..2b11686c 100644 --- a/kjsembed/customobject_imp.h +++ b/kjsembed/customobject_imp.h @@ -172,9 +172,9 @@ public: void hboxSpacing( KJS::ExecState *exec, KJS::Object &, const KJS::List &args ); - void khtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & ); - KJS::Value khtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & ); - KJS::Value khtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List &args ); + void tdehtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & ); + KJS::Value tdehtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & ); + KJS::Value tdehtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List &args ); KJS::Value ksystemtrayContextMenu( KJS::ExecState *exec, KJS::Object&, const KJS::List &args ); KJS::Value ksystemtrayActionCollection( KJS::ExecState *exec, KJS::Object&, const KJS::List &args ); |