summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/features.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kjsembed/docs/features.html
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'kjsembed/docs/features.html')
-rw-r--r--kjsembed/docs/features.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/kjsembed/docs/features.html b/kjsembed/docs/features.html
index 5da39771..8c8e378d 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 TQObject.
+<li>Generic proxy class providing access to any TTQObject.
<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 TQObject tree using a DOM compatible API.
+<li>Navigate the TTQObject tree using a DOM compatible API.
<li>Load designer's UI files to dynamically load dialogs and widgets.
-<li>Create any TQWidget supported by TQWidgetFactory.
-<li>Custom factory for creating QObjects (such as TQTimer).
-<li>An opaque wrapper handling any TQVariant value and any pointer.
+<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.
</ul>
<h2>KDE Integration</h2>