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:03:58 +0900 |
commit | 29a883cec1a2631638574e0cf9f867d172981b82 (patch) | |
tree | c8a6177c8074be7c7e9d30425df9efd0c139713b /kmymoney2/plugins/ofximport | |
parent | e592106d761216a2ff67333c83fbc18d10741f5f (diff) | |
download | kmymoney-29a883cec1a2631638574e0cf9f867d172981b82.tar.gz kmymoney-29a883cec1a2631638574e0cf9f867d172981b82.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/plugins/ofximport')
-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))); |