summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/PerlTQt.pod (renamed from doc/en/PerlQt.pod)18
-rw-r--r--doc/en/index.html22
2 files changed, 20 insertions, 20 deletions
diff --git a/doc/en/PerlQt.pod b/doc/en/PerlTQt.pod
index 592fccc..b41f239 100644
--- a/doc/en/PerlQt.pod
+++ b/doc/en/PerlTQt.pod
@@ -81,7 +81,7 @@ Then :
make install
-This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.
+This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.
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 C<configure>'s
@@ -747,11 +747,11 @@ or
PerlTQt comes bundled with two simple programs that can help you to find your way through
the TQt API:
-=head2 pqtapi
+=head2 ptqtapi
-pqtapi is a commandline driven introspection tool.
+ptqtapi is a commandline driven introspection tool.
- usage: pqtapi [-r <re>] [<class>]
+ usage: ptqtapi [-r <re>] [<class>]
options:
-r <re> : find all functions matching regular expression/keyword <re>
@@ -761,18 +761,18 @@ pqtapi is a commandline driven introspection tool.
e.g:
- $>pqtapi -ir 'setpoint.* int'
+ $>ptqtapi -ir 'setpoint.* int'
void TQCanvasLine::setPoints(int, int, int, int)
void TQPointArray::setPoint(uint, int, int)
-=head2 pqtsh
+=head2 ptqtsh
-B<pqtsh> is a graphical shell that can be used to test the API interactively.
+B<ptqtsh> is a graphical shell that can be used to test the API interactively.
It is fairly self explanatory and includes an interactive example (C<Help-E<gt>Example>)
=for html
<br/>
-<div class='image'><img src="../images/pqtsh.png"/></div>
+<div class='image'><img src="../images/ptqtsh.png"/></div>
=head1 Known Limitations
@@ -922,7 +922,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.
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>