diff options
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))); |