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