summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/docs/ChangeLog')
-rw-r--r--kjsembed/docs/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index 6212bcf7..3169a625 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -196,7 +196,7 @@
to KJSEmbed when they embed the interpreter into their applications.
To add a binding you create the binding as binding plugin, but instead
- of using the KTrader to register the plugin, you call
+ of using the TDETrader to register the plugin, you call
JSFactory::registerOpaqueType("Name", new TypeFactory(parent,"name");
Now KJS can create your type and manipulate it. This currently supports
@@ -3299,7 +3299,7 @@
2003-08-16 Saturday 14:41 rich
- Added support for a 4 argument for of createROPart() to allow you to
- specify custom constraints for the KTrader query.
+ specify custom constraints for the TDETrader query.
2003-08-16 Saturday 13:48 zrusin