diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:13:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:13:36 -0600 |
commit | 8767713ab09296bf7c13c87e06c8d235da42869b (patch) | |
tree | b96d3052297d197824a7f3b000d9f1294e5a1c29 /doc/fr/PerlQt.pod | |
parent | 7aa035c4f588c04c750241d2ccbb10f3410b6f95 (diff) | |
download | libtqt-perl-8767713ab09296bf7c13c87e06c8d235da42869b.tar.gz libtqt-perl-8767713ab09296bf7c13c87e06c8d235da42869b.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'doc/fr/PerlQt.pod')
-rw-r--r-- | doc/fr/PerlQt.pod | 6 |
1 files changed, 3 insertions, 3 deletions
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 |