summaryrefslogtreecommitdiffstats
path: root/qtruby/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
commit32459311b349db581cc5fb0d80739a95b3d998b4 (patch)
treefd6475e6f0e015fce495961d6a0c50027bb95faa /qtruby/ChangeLog
parentef5a04df564ad5c27406c41fb55e32ad3aa39d25 (diff)
downloadtdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.tar.gz
tdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.zip
Rename additional global TQt functions
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r--qtruby/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog
index 1e44544e..ebb11426 100644
--- a/qtruby/ChangeLog
+++ b/qtruby/ChangeLog
@@ -221,7 +221,7 @@
2005-12-16 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* The logger_backend() function has been removed and replaced with
- qWarning() calls. This was because of problems with getting the
+ tqWarning() calls. This was because of problems with getting the
logger_backend() code to work on Windows.
2005-12-16 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -637,7 +637,7 @@
2004-10-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * qError(), qWarning() and qFatal() are now Object instance methods, rather than Qt module
+ * qError(), tqWarning() and tqFatal() are now Object instance methods, rather than Qt module
methods. This means they don't need to be referenced with an ugly 'Qt.' module scope anymore.
2004-10-21 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -1041,7 +1041,7 @@
2004-07-27 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
- * Added qDebug(), qFatal() and qWarning() module methods
+ * Added tqDebug(), tqFatal() and tqWarning() module methods
2004-07-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk>