summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/webpricequote.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/converter/webpricequote.cpp
parent1d20e541f81fcad12f5552cbdfcdb052c42f8e08 (diff)
downloadkmymoney-6941909308e7e178af907ffd8e363288873daed0.tar.gz
kmymoney-6941909308e7e178af907ffd8e363288873daed0.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit 87f567cd9fd6ecf39a65f8c4564958e64df40e5f)
Diffstat (limited to 'kmymoney2/converter/webpricequote.cpp')
-rw-r--r--kmymoney2/converter/webpricequote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/converter/webpricequote.cpp b/kmymoney2/converter/webpricequote.cpp
index 7f43686..5b74efb 100644
--- a/kmymoney2/converter/webpricequote.cpp
+++ b/kmymoney2/converter/webpricequote.cpp
@@ -870,7 +870,7 @@ const TQString FinanceQuoteProcess::niceName(const TQString& crypticName) {
// Universal date converter
//
-// In 'strict' mode, this is designed to be compatable with the TQIF profile date
+// In 'strict' mode, this is designed to be compatable with the QIF profile date
// converter. However, that converter deals with the concept of an apostrophe
// format in a way I don't understand. So for the moment, they are 99%
// compatable, waiting on that issue. (acejones)