diff options
Diffstat (limited to 'doc/en/index.html')
-rw-r--r-- | doc/en/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 |