diff options
author | Timothy Pearson <[email protected]> | 2012-02-14 21:13:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-14 21:13:36 -0600 |
commit | 8767713ab09296bf7c13c87e06c8d235da42869b (patch) | |
tree | b96d3052297d197824a7f3b000d9f1294e5a1c29 /doc/fr/index.html | |
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/index.html')
-rw-r--r-- | doc/fr/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 |