summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:19:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:19:48 -0600
commitaa85254cd16cb870b8d1649ef1dbad09bd8491e8 (patch)
tree850c18efae9bd6bc03f83c16fe4caf8670b67f43 /ChangeLog
parent4aafeadd9f7ae0e603589579d467588c7421a283 (diff)
downloadkmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.tar.gz
kmymoney-aa85254cd16cb870b8d1649ef1dbad09bd8491e8.zip
Rename additional global TQt functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d78f2ad..3cac010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4804,7 +4804,7 @@
2005-12-17 Thomas Baumgart <ipwizard@users.sourceforge.net>
* changed readXML methods to a constructor of the resp. MyMoneyXXX object
* adopted testcases
- * Fixed argument to qDebug call in MyMoneyStorageSQL
+ * Fixed argument to tqDebug call in MyMoneyStorageSQL
* Added patch supplied by Bjorn Helgaas to preset the default currency
when creating a file
* Removed some unused code
@@ -7433,7 +7433,7 @@
2004-01-04 Kevin Tambascio <ktambascio@users.sourceforge.net>
* removed the "nextid" attribute from some of the top-level XML attributes.
- * added qWarnings and qError statements when irregularities in the file
+ * added tqWarnings and qError statements when irregularities in the file
are found.
* personal data dialog box had lower case "O" and "C" for the
ok and cancel buttons, which is inconsistent.
@@ -9158,7 +9158,7 @@
* Wrapped all user visible text in i18n.
* Removed all sprintfs to aid internationalisation.
* Removed all latin1() calls to aid in internationaliastion. latin1 calls
- now only exist in qDebug calls which should be changed to kdDebug calls anyway.
+ now only exist in tqDebug calls which should be changed to kdDebug calls anyway.
* Updated kmymoney2.pot file.
2001-08-20 Michael Edwardes <mte@users.sourceforge.net>