summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:08:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:08:40 -0600
commit6253301bb0416ee072c359c595d7558b1ce65b4d (patch)
treecfea0626f0d0ed1985d4fbabe028ed0bb721a37b /ChangeLog
parentf5f2600959081159bf4ba430f73fb9f0019c2b42 (diff)
downloadkmymoney-6253301bb0416ee072c359c595d7558b1ce65b4d.tar.gz
kmymoney-6253301bb0416ee072c359c595d7558b1ce65b4d.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c996acb..4b85702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7437,7 +7437,7 @@
are found.
* personal data dialog box had lower case "O" and "C" for the
ok and cancel buttons, which is inconsistent.
- * added some Q_CHECK_PTR() functions to check for invalid pointer values,
+ * added some TQ_CHECK_PTR() functions to check for invalid pointer values,
which issues a warning to stderr.
* added some Q_ASSERT checks in various places in the XML Reader/Writer code.
* added a version field to keep track of different XML file versions,