summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:26:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:26:28 -0600
commitd866fe2c926adf0bacf59595a777c2f2a5879e49 (patch)
tree86ca02842dbb2e2247e6d3cc970ff6f35a640a3c /ChangeLog
parentf0201c2d37cd3b94c6a720eb11d84263cd5d013b (diff)
downloadlibtqt-perl-d866fe2c.tar.gz
libtqt-perl-d866fe2c.zip
Rename additional global TQt functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b593fb..53bb82e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)