diff options
Diffstat (limited to 'kjsembed/docs/features.html')
-rw-r--r-- | kjsembed/docs/features.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kjsembed/docs/features.html b/kjsembed/docs/features.html index 8c8e378d..ae6f0b7b 100644 --- a/kjsembed/docs/features.html +++ b/kjsembed/docs/features.html @@ -12,14 +12,14 @@ This document is a high-level summary of the feature set of KJSEmbed. <h2>Qt Integration</h2> <ul> -<li>Generic proxy class providing access to any TTQObject. +<li>Generic proxy class providing access to any TQObject. <li>Call slots from scripts as if they are JS methods. <li>Connect signals to JS methods as if they are slots. -<li>Navigate the TTQObject tree using a DOM compatible API. +<li>Navigate the TQObject tree using a DOM compatible API. <li>Load designer's UI files to dynamically load dialogs and widgets. -<li>Create any TTQWidget supported by TTQWidgetFactory. -<li>Custom factory for creating TQObjects (such as TTQTimer). -<li>An opaque wrapper handling any TTQVariant value and any pointer. +<li>Create any TQWidget supported by TQWidgetFactory. +<li>Custom factory for creating TQObjects (such as TQTimer). +<li>An opaque wrapper handling any TQVariant value and any pointer. </ul> <h2>KDE Integration</h2> |