diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/PerlQt.pod | 6 | ||||
-rw-r--r-- | doc/en/index.html | 6 | ||||
-rw-r--r-- | doc/fr/PerlQt.pod | 6 | ||||
-rw-r--r-- | doc/fr/index.html | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/doc/en/PerlQt.pod b/doc/en/PerlQt.pod index 5593aa9..62ac845 100644 --- a/doc/en/PerlQt.pod +++ b/doc/en/PerlQt.pod @@ -962,16 +962,16 @@ C<TQt::GlobalSpace>. Hence, you shall access this namespace either with a fully qualified call: - TQt::GlobalSpace::qUncompress( $buffer ) + TQt::GlobalSpace::tqUncompress( $buffer ) Or directly, after importation in the current namespace: use TQt::GlobalSpace; - qUncompress( $buffer ) + tqUncompress( $buffer ) Of course, you may selectively import a few functions: - use TQt::GlobalSpace qw( qUncompress bitBlt ) + use TQt::GlobalSpace qw( tqUncompress bitBlt ) B<Note:> GlobalSpace has also operators, such has the one performing an addition on two TQt::Point(). Those operators are called automatically. diff --git a/doc/en/index.html b/doc/en/index.html index 4386c5d..c9fe274 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -903,7 +903,7 @@ TQt has also some utilitarian functions such as bitBlt, qCompress, etc. </dd> <dd> <pre> - TQt::GlobalSpace::qUncompress( $buffer )</pre> + TQt::GlobalSpace::tqUncompress( $buffer )</pre> </dd> <dd> <p>Or directly, after importation in the current namespace:</p> @@ -911,14 +911,14 @@ TQt has also some utilitarian functions such as bitBlt, qCompress, etc. <dd> <pre> use TQt::GlobalSpace; - qUncompress( $buffer )</pre> + tqUncompress( $buffer )</pre> </dd> <dd> <p>Of course, you may selectively import a few functions:</p> </dd> <dd> <pre> - use TQt::GlobalSpace qw( qUncompress bitBlt )</pre> + use TQt::GlobalSpace qw( tqUncompress bitBlt )</pre> </dd> <dd> <p><strong>Note:</strong> GlobalSpace has also operators, such has the one performing an addition on two diff --git a/doc/fr/PerlQt.pod b/doc/fr/PerlQt.pod index b92cbdf..a9d1fc4 100644 --- a/doc/fr/PerlQt.pod +++ b/doc/fr/PerlQt.pod @@ -997,16 +997,16 @@ C<TQt::GlobalSpace>. Vous pourrez donc y accéder soit par un appel pleinement qualifié : - TQt::GlobalSpace::qUncompress( $buffer ) + TQt::GlobalSpace::tqUncompress( $buffer ) Soit en important préalablement ces fonctions dans l'espace de nom courant : use TQt::GlobalSpace; - qUncompress( $buffer ) + tqUncompress( $buffer ) Bien entendu, vous pouvez aussi n'importer que les fonctions souhaitées : - use TQt::GlobalSpace qw( qUncompress bitBlt ) + use TQt::GlobalSpace qw( tqUncompress bitBlt ) B<N.B:> GlobalSpace renferme également des opérateurs de portée globale, tels celui permettant d'aditionner deux TQt::Point(). Ces opérateurs seront appelés diff --git a/doc/fr/index.html b/doc/fr/index.html index 18fde1c..06275b8 100644 --- a/doc/fr/index.html +++ b/doc/fr/index.html @@ -931,7 +931,7 @@ TQt dispose de fonctions utilitaires, telles bitBlt, qCompress, etc. </dd> <dd> <pre> - TQt::GlobalSpace::qUncompress( $buffer )</pre> + TQt::GlobalSpace::tqUncompress( $buffer )</pre> </dd> <dd> <p>Soit en important préalablement ces fonctions dans l'espace de nom courant :</p> @@ -939,14 +939,14 @@ TQt dispose de fonctions utilitaires, telles bitBlt, qCompress, etc. <dd> <pre> use TQt::GlobalSpace; - qUncompress( $buffer )</pre> + tqUncompress( $buffer )</pre> </dd> <dd> <p>Bien entendu, vous pouvez aussi n'importer que les fonctions souhaitées :</p> </dd> <dd> <pre> - use TQt::GlobalSpace qw( qUncompress bitBlt )</pre> + use TQt::GlobalSpace qw( tqUncompress bitBlt )</pre> </dd> <dd> <p><strong>N.B:</strong> GlobalSpace renferme également des opérateurs de portée globale, tels |