summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:28 -0600
commit6c1d52c8248adb9189c944a28efde52330e99b66 (patch)
tree842df8de70813d5097e5d7ffe04577c4077381d9 /ChangeLog
parent4b12aca2f1e0304a1cb35df621e9a993dd4d81f7 (diff)
downloadkmymoney-6c1d52c8248adb9189c944a28efde52330e99b66.tar.gz
kmymoney-6c1d52c8248adb9189c944a28efde52330e99b66.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e007d22..ede6591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -342,7 +342,7 @@
* Don't reverse operation when entering a scheduled transfer transaction
2009-08-01 Alvaro Soliverez <asoliverez@gmail.com>
- * Reverted a change in KGlobalLedgerView to fix an infinite loop
+ * Reverted a change in TDEGlobalLedgerView to fix an infinite loop
2009-07-31 Alvaro Soliverez <asoliverez@gmail.com>
* Changed Schedule and GlobalLedgerView Views to use adjustedNextDate for
@@ -3453,7 +3453,7 @@
* Fixed crash when reading an encrypted file that does not contain
the "kmm-encryption-key" is missing in the file (could happen when
reading rather old files)
- * replaced QDate::shortMonthName() with KGlobal::locale()->monthName()
+ * replaced QDate::shortMonthName() with TDEGlobal::locale()->monthName()
* Only assign check numbers for scheduled payments, if payment type
is 'write check'.
@@ -5946,7 +5946,7 @@
on missing conversion rates (default=blue)
* Fixed values in the institution view when stock accounts are involved
* Fixed sign of values in institution view
- * Added KGlobalLedgerView::accountId() to return id of selected account
+ * Added TDEGlobalLedgerView::accountId() to return id of selected account
2005-04-21 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Fixed editing schedules with a single split
@@ -7486,7 +7486,7 @@
* support i18n of action strings in ledger
* added tip(s)
* fixed action assignment during QIF import
- * changed QIF import to use KProcess instead of QProcess.
+ * changed QIF import to use TDEProcess instead of QProcess.
* added more automatic fixes after 'file open'
2003-12-26 Thomas Baumgart <ipwizard@users.sourceforge.net>
@@ -8129,7 +8129,7 @@
* Added date import conversion to MyMoneyQifProfile
* Added coloring for imported transactions to kMyMoneyRegister
* Added parameter 'name' to kMyMoneyCombo constructor(s)
- * Cleanup of KGlobalLedgerView member variables
+ * Cleanup of TDEGlobalLedgerView member variables
2003-03-06 Thomas Baumgart <ipwizard@users.sourceforge.net>
* Moved categoryTypeE to KMyMoneyUtils