summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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)