summaryrefslogtreecommitdiffstats
path: root/doc/en/PerlQt.pod
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:26:28 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:26:28 -0600
commitd866fe2c926adf0bacf59595a777c2f2a5879e49 (patch)
tree86ca02842dbb2e2247e6d3cc970ff6f35a640a3c /doc/en/PerlQt.pod
parentf0201c2d37cd3b94c6a720eb11d84263cd5d013b (diff)
downloadlibtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.tar.gz
libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.zip
Rename additional global TQt functions
Diffstat (limited to 'doc/en/PerlQt.pod')
-rw-r--r--doc/en/PerlQt.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/PerlQt.pod b/doc/en/PerlQt.pod
index 54eaa6c..0f3ebe7 100644
--- a/doc/en/PerlQt.pod
+++ b/doc/en/PerlQt.pod
@@ -824,7 +824,7 @@ PerlTQt as
The only notable exceptions are :
tqApp() will map to TQt::app()
- qVersion() will map to TQt::version() # not really needed anymore: we have qVersion(). See Global Functions below.
+ tqVersion() will map to TQt::version() # not really needed anymore: we have tqVersion(). See Global Functions below.
=item *
@@ -955,7 +955,7 @@ You may also import specific symbols:
=item Global Functions
-TQt has also some utilitarian functions such as bitBlt, qCompress, etc.
+TQt has also some utilitarian functions such as bitBlt, tqCompress, etc.
Those were global scope functions and have been grouped in a common namespace:
C<TQt::GlobalSpace>.