From 87f567cd9fd6ecf39a65f8c4564958e64df40e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 28 Jul 2012 14:54:40 +0200 Subject: Fix inadvertent "TQ" changes. --- kmymoney2/dialogs/transactionmatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/dialogs/transactionmatcher.cpp') 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()) { -- cgit v1.2.1