diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:13:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:13:08 -0600 |
commit | a395c537455ca7cc23a47ba777f077eef4e06de6 (patch) | |
tree | c6a6f4496b03377b3a06c6de7bbe087a679c183a | |
parent | 740ba59be3200dd48527bb9b57b42d286bd6a984 (diff) | |
download | libtqt-perl-a395c537455ca7cc23a47ba777f077eef4e06de6.tar.gz libtqt-perl-a395c537455ca7cc23a47ba777f077eef4e06de6.zip |
Rename additional members for tqt3
-rw-r--r-- | ChangeLog.CVS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.CVS b/ChangeLog.CVS index 06990e6..63cc224 100644 --- a/ChangeLog.CVS +++ b/ChangeLog.CVS @@ -1446,7 +1446,7 @@ * PerlTQt/TQt.pm: fixing polling of uninitialised {slots} array - Still not totally right... creating extra/unneeded qt_invoke + Still not totally right... creating extra/unneeded tqt_invoke 2002-09-11 04:21 germaingarand @@ -2117,7 +2117,7 @@ * PerlTQt/: TQt.pm, TQt.xs, lib/TQt/signals.pm: - Made qt_emit also use XS code - noticable speedup in t7. TQt::_internal::invoke is obsolete + Made tqt_emit also use XS code - noticable speedup in t7. TQt::_internal::invoke is obsolete 2002-06-01 10:13 awinters @@ -2136,7 +2136,7 @@ * PerlTQt/: TQt.xs, lib/TQt/slots.pm: - qt_invoke implemented in XS + tqt_invoke implemented in XS 2002-06-01 06:37 awinters |