diff options
Diffstat (limited to 'doc/en/index.html')
-rw-r--r-- | doc/en/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.html b/doc/en/index.html index 1583078..352240b 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -748,7 +748,7 @@ PerlTQt as <p>The only notable exceptions are :</p> <pre> tqApp() will map to TQt::app() - qVersion() will map to TQt::version() # not really needed anymore: we have qVersion(). See Global Functions below.</pre> + tqVersion() will map to TQt::version() # not really needed anymore: we have tqVersion(). See Global Functions below.</pre> <p></p> <li></li> Functions referenced as <strong>members</strong> or <strong>Signals</strong> are accessed through an object @@ -892,7 +892,7 @@ For instance, requesting the importation of all IO constants into the current na <dt><strong><a name="item_global_functions">Global Functions</a></strong><br /> </dt> <dd> -TQt has also some utilitarian functions such as bitBlt, qCompress, etc. +TQt has also some utilitarian functions such as bitBlt, tqCompress, etc. </dd> <dd> <p>Those were global scope functions and have been grouped in a common namespace: |