summaryrefslogtreecommitdiffstats
path: root/doc/en/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/index.html')
-rw-r--r--doc/en/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/index.html b/doc/en/index.html
index e6cfde1..117e937 100644
--- a/doc/en/index.html
+++ b/doc/en/index.html
@@ -49,8 +49,8 @@
<li><a href="#more_development_tools">More development tools</a></li>
<ul>
- <li><a href="#pqtapi">pqtapi</a></li>
- <li><a href="#pqtsh">pqtsh</a></li>
+ <li><a href="#ptqtapi">ptqtapi</a></li>
+ <li><a href="#ptqtsh">ptqtsh</a></li>
</ul>
<li><a href="#known_limitations">Known Limitations</a></li>
@@ -140,7 +140,7 @@ Then :</p>
make</pre>
<pre>
make install</pre>
-<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.</p>
+<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.</p>
<p>The preferred install location for SMOKE and Puic is in the KDE3 file system.
If you don't have KDE3 installed, specify a location with <code>configure</code>'s
<code>--prefix</code> option. e.g:</p>
@@ -686,10 +686,10 @@ parent module, and your child will inherit those changes.</p>
the TQt API:</p>
<p>
</p>
-<h2><a name="pqtapi">pqtapi</a></h2>
-<p>pqtapi is a commandline driven introspection tool.</p>
+<h2><a name="ptqtapi">ptqtapi</a></h2>
+<p>ptqtapi is a commandline driven introspection tool.</p>
<pre>
- usage: pqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
+ usage: ptqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
<pre>
options:
-r &lt;re&gt; : find all functions matching regular expression/keyword &lt;re&gt;
@@ -698,16 +698,16 @@ the TQt API:</p>
-h : print this help message</pre>
<p>e.g:</p>
<pre>
- $&gt;pqtapi -ir 'setpoint.* int'
+ $&gt;ptqtapi -ir 'setpoint.* int'
void TQCanvasLine::setPoints(int, int, int, int)
void TQPointArray::setPoint(uint, int, int)</pre>
<p>
</p>
-<h2><a name="pqtsh">pqtsh</a></h2>
-<p><strong>pqtsh</strong> is a graphical shell that can be used to test the API interactively.
+<h2><a name="ptqtsh">ptqtsh</a></h2>
+<p><strong>ptqtsh</strong> is a graphical shell that can be used to test the API interactively.
It is fairly self explanatory and includes an interactive example (<code>Help-&gt;Example</code>)</p>
<br/>
-<div class='image'><img src="../images/pqtsh.png"/></div><p>
+<div class='image'><img src="../images/ptqtsh.png"/></div><p>
</p>
<hr />
<h1><a name="known_limitations">Known Limitations</a></h1>
@@ -846,7 +846,7 @@ If a given operator is overloaded in a TQt class (which means using it triggers
it will behave identically in PerlTQt.
Beware though that due to limitations of the Smoke binding library, not all overloaded operators are
available in PerlTQt.
-You can check the availability of a given operator by using the pqtapi program.
+You can check the availability of a given operator by using the ptqtapi program.
Also, due to outstanding differences between C++'s and Perl's object paradigm, the copy constructor operator (a.k.a '=')
has been disabled.
</dd>