diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-28 14:54:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-28 14:54:40 +0200 |
commit | 87f567cd9fd6ecf39a65f8c4564958e64df40e5f (patch) | |
tree | 8a4586d3f6d0b3f3a94cfa2dd4322e71ceaa2483 /kmymoney2/converter/webpricequote.cpp | |
parent | 8be22879a121ac2405c75e0c0878f857d8c53121 (diff) | |
download | kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.tar.gz kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/converter/webpricequote.cpp')
-rw-r--r-- | kmymoney2/converter/webpricequote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/converter/webpricequote.cpp b/kmymoney2/converter/webpricequote.cpp index 2a25abf..a5a9087 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) |