From debbb9657675867af9800ac8fa6036f850edfb4d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:36:26 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit 29a883cec1a2631638574e0cf9f867d172981b82) --- kmymoney2/plugins/ofximport/ofxpartner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/plugins/ofximport') 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))); -- cgit v1.2.1