diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 10:50:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 10:50:32 -0600 |
commit | 5538de896d91beba2d934e4d218f1d2bb52e937b (patch) | |
tree | 166367146432517fcc404376de628b5505f2f5fd /kjsembed/docs | |
parent | ddde3d2db1a481c6fd3fd3e4273176b75d17c5e8 (diff) | |
download | tdebindings-5538de896d91beba2d934e4d218f1d2bb52e937b.tar.gz tdebindings-5538de896d91beba2d934e4d218f1d2bb52e937b.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/docs')
-rw-r--r-- | kjsembed/docs/ChangeLog | 4 |
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 |