summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/features.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
commite63beeb5bdb82987b1e00bc35178667786fbad48 (patch)
treeab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /kjsembed/docs/features.html
parent67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff)
downloadtdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz
tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip
Fix incorrect 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 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>