From 8767713ab09296bf7c13c87e06c8d235da42869b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:13:36 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- doc/en/PerlQt.pod | 6 +++--- doc/en/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/en') 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. 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 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.
- TQt::GlobalSpace::qUncompress( $buffer )
+ TQt::GlobalSpace::tqUncompress( $buffer )

Or directly, after importation in the current namespace:

@@ -911,14 +911,14 @@ TQt has also some utilitarian functions such as bitBlt, qCompress, etc.
  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 )

Note: GlobalSpace has also operators, such has the one performing an addition on two -- cgit v1.2.3