diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | f42d56d07c1ec8adc1857b47328a5fc4109662c5 (patch) | |
tree | 9fcd059e50c3f05f4884eec1913b60c01e538451 /kmymoney2/converter/webpricequote.cpp | |
parent | b2c404b5401fd2a0220ab82ef236557a5fd5c20b (diff) | |
download | kmymoney-f42d56d07c1ec8adc1857b47328a5fc4109662c5.tar.gz kmymoney-f42d56d07c1ec8adc1857b47328a5fc4109662c5.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 1560967..7732e54 100644 --- a/kmymoney2/converter/webpricequote.cpp +++ b/kmymoney2/converter/webpricequote.cpp @@ -1034,7 +1034,7 @@ void convertertest::QuoteReceiver::slotGetQuote(const TQString&,const TQDate& d, } void convertertest::QuoteReceiver::slottqStatus(const TQString& msg) { -// kdDebug(2) << "test::QuoteReceiver::slottqStatus( " << msg << " )" << endl; +// kdDebug(2) << "test::QuoteReceiver::slotStatus( " << msg << " )" << endl; m_statuses += msg; } |