diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:36:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-04 14:04:22 +0900 |
commit | debbb9657675867af9800ac8fa6036f850edfb4d (patch) | |
tree | 84bb51dae57d632d534e0c25d5f30b4ef185a39a /kmymoney2/plugins/ofximport/ofxpartner.cpp | |
parent | 778d1114e5af31c7dbd3b72d1c5730ad591e4268 (diff) | |
download | kmymoney-debbb9657675867af9800ac8fa6036f850edfb4d.tar.gz kmymoney-debbb9657675867af9800ac8fa6036f850edfb4d.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 29a883cec1a2631638574e0cf9f867d172981b82)
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofxpartner.cpp')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofxpartner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/plugins/ofximport/ofxpartner.cpp b/kmymoney2/plugins/ofximport/ofxpartner.cpp index 42ea560..e04237a 100644 --- a/kmymoney2/plugins/ofximport/ofxpartner.cpp +++ b/kmymoney2/plugins/ofximport/ofxpartner.cpp @@ -396,7 +396,7 @@ OfxHttpRequest::OfxHttpRequest(const TQString& type, const KURL &url, const TQBy header.setValue(it.key(), *it); } - m_job->request(header, postData, TQT_TQIODEVICE(&f)); + m_job->request(header, postData, &f); connect(m_job, TQT_SIGNAL(requestFinished(int, bool)), this, TQT_SLOT(slotOfxFinished(int, bool))); |