summaryrefslogtreecommitdiffstats
path: root/doc/html/directives.html
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-03 01:01:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-22 13:21:17 +0100
commit0f630aff5c42d03eb301cd3fc5faff80d9c3c727 (patch)
tree94c873376a07783255db1f419f5d17bfa5151128 /doc/html/directives.html
parent3e5815bce63e9e476bdeb58cbe230239622e1ba5 (diff)
downloadsip4-tqt-0f630aff.tar.gz
sip4-tqt-0f630aff.zip
Entry step for renaming PyTQt module libraries from qt* to tqt*.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/html/directives.html')
-rw-r--r--doc/html/directives.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/directives.html b/doc/html/directives.html
index 1e8ee1f..b565367 100644
--- a/doc/html/directives.html
+++ b/doc/html/directives.html
@@ -685,7 +685,7 @@ modules, that doesn&#8217;t have an explicit meta-type.</p>
meta-type used by a particular C/C++ type.</p>
<p>See the section <a class="reference external" href="using.html#ref-types-metatypes"><em>Types and Meta-types</em></a> for more details.</p>
<p>For example:</p>
-<div class="highlight-python"><pre>%DefaultMetatype PyTQt4.TQtCore.pyqtWrapperType</pre>
+<div class="highlight-python"><pre>%DefaultMetatype PyTQt4.TQtCore.pytqtWrapperType</pre>
</div>
<dl class="directive">
<dt id="directive-%DefaultSupertype">
@@ -1144,7 +1144,7 @@ containing the <a class="reference internal" href="#directive-%Import"><tt class
fails then SIP prepends <em>filename</em> with each of the directories, in turn,
specified by the <tt class="docutils literal"><span class="pre">-I</span></tt> command line option.</p>
<p>For example:</p>
-<div class="highlight-python"><pre>%Import qt/qtmod.sip</pre>
+<div class="highlight-python"><pre>%Import tqt/tqtmod.sip</pre>
</div>
<dl class="directive">
<dt id="directive-%Include">
@@ -1548,7 +1548,7 @@ module.</p>
changes don&#8217;t affect the exported API, but it is good practice to change the
version number anyway.</p>
<p>For example:</p>
-<div class="highlight-python"><pre>%Module qt 5</pre>
+<div class="highlight-python"><pre>%Module tqt 5</pre>
</div>
<dl class="directive">
<dt id="directive-%ModuleCode">