diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:26:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:26:28 -0600 |
commit | d866fe2c926adf0bacf59595a777c2f2a5879e49 (patch) | |
tree | 86ca02842dbb2e2247e6d3cc970ff6f35a640a3c /ChangeLog | |
parent | f0201c2d37cd3b94c6a720eb11d84263cd5d013b (diff) | |
download | libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.tar.gz libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.zip |
Rename additional global TQt functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ - run your PerlTQt project straight from the designer - STDIN/STDOUT output and Perl messages are redirected to the Output Window view, with corrected line numbers pointing to syntax errors. - - global scope TQt functions (bitBlt, qCompress...) are now available. + - global scope TQt functions (bitBlt, tqCompress...) are now available. - gathered in the TQt::GlobalSpace namespace - import them to current namespace with "use TQt::GlobalSpace" - global scope operators are available as well (e.g TQt::Point + TQt::point) |