summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/transactionmatcher.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-07-28 14:54:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-07-28 15:02:24 +0200
commit6941909308e7e178af907ffd8e363288873daed0 (patch)
treea13bdaa873b155aaf8e9b7bd3b04c7ace4419472 /kmymoney2/dialogs/transactionmatcher.cpp
parent1d20e541f81fcad12f5552cbdfcdb052c42f8e08 (diff)
downloadkmymoney-6941909308e7e178af907ffd8e363288873daed0.tar.gz
kmymoney-6941909308e7e178af907ffd8e363288873daed0.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit 87f567cd9fd6ecf39a65f8c4564958e64df40e5f)
Diffstat (limited to 'kmymoney2/dialogs/transactionmatcher.cpp')
-rw-r--r--kmymoney2/dialogs/transactionmatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/transactionmatcher.cpp b/kmymoney2/dialogs/transactionmatcher.cpp
index ce1c16e..c4a21da 100644
--- a/kmymoney2/dialogs/transactionmatcher.cpp
+++ b/kmymoney2/dialogs/transactionmatcher.cpp
@@ -84,7 +84,7 @@ void TransactionMatcher::match(MyMoneyTransaction tm, MyMoneySplit sm, MyMoneyTr
}
// ipwizard: I took over the code to keep the bank id found in the endMatchTransaction
- // This might not work for TQIF imports as they don't setup this information. It sure
+ // This might not work for QIF imports as they don't setup this information. It sure
// makes sense for OFX and HBCI.
const TQString& bankID = si.bankID();
if (!bankID.isEmpty()) {