diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:26:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:26:28 -0600 |
commit | d866fe2c926adf0bacf59595a777c2f2a5879e49 (patch) | |
tree | 86ca02842dbb2e2247e6d3cc970ff6f35a640a3c /doc | |
parent | f0201c2d37cd3b94c6a720eb11d84263cd5d013b (diff) | |
download | libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.tar.gz libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.zip |
Rename additional global TQt functions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/PerlQt.pod | 4 | ||||
-rw-r--r-- | doc/en/index.html | 4 | ||||
-rw-r--r-- | doc/fr/PerlQt.pod | 2 | ||||
-rw-r--r-- | doc/fr/index.html | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/en/PerlQt.pod b/doc/en/PerlQt.pod index 54eaa6c..0f3ebe7 100644 --- a/doc/en/PerlQt.pod +++ b/doc/en/PerlQt.pod @@ -824,7 +824,7 @@ PerlTQt as The only notable exceptions are : tqApp() will map to TQt::app() - qVersion() will map to TQt::version() # not really needed anymore: we have qVersion(). See Global Functions below. + tqVersion() will map to TQt::version() # not really needed anymore: we have tqVersion(). See Global Functions below. =item * @@ -955,7 +955,7 @@ You may also import specific symbols: =item Global Functions -TQt has also some utilitarian functions such as bitBlt, qCompress, etc. +TQt has also some utilitarian functions such as bitBlt, tqCompress, etc. Those were global scope functions and have been grouped in a common namespace: C<TQt::GlobalSpace>. 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: diff --git a/doc/fr/PerlQt.pod b/doc/fr/PerlQt.pod index a9d1fc4..2e120d4 100644 --- a/doc/fr/PerlQt.pod +++ b/doc/fr/PerlQt.pod @@ -990,7 +990,7 @@ Et pour importer quelques symboles seulement : =item Fonctions globales -TQt dispose de fonctions utilitaires, telles bitBlt, qCompress, etc. +TQt dispose de fonctions utilitaires, telles bitBlt, tqCompress, etc. Ces fonctions ont été rassemblées dans un espace de nom commun: C<TQt::GlobalSpace>. diff --git a/doc/fr/index.html b/doc/fr/index.html index 06275b8..451f6bd 100644 --- a/doc/fr/index.html +++ b/doc/fr/index.html @@ -920,7 +920,7 @@ où elles font office de drapeaux pour les modes d'ouverture de fichiers. <dt><strong><a name="item_fonctions_globales">Fonctions globales</a></strong><br /> </dt> <dd> -TQt dispose de fonctions utilitaires, telles bitBlt, qCompress, etc. +TQt dispose de fonctions utilitaires, telles bitBlt, tqCompress, etc. </dd> <dd> <p>Ces fonctions ont été rassemblées dans un espace de nom commun: |