From d866fe2c926adf0bacf59595a777c2f2a5879e49 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:26:28 -0600 Subject: Rename additional global TQt functions --- doc/en/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en/index.html') diff --git a/doc/en/index.html b/doc/en/index.html index 1583078..352240b 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -748,7 +748,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.

  • Functions referenced as members or Signals are accessed through an object @@ -892,7 +892,7 @@ For instance, requesting the importation of all IO constants into the current na
    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: -- cgit v1.2.1