summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/ofximport/ofxpartner.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:08:33 -0600
commit6078e14f28ec3b34cc2041cbd8628a1d8420512c (patch)
treec1fc7025048f77334cf5e4d9c76b7ba5ecc12ba7 /kmymoney2/plugins/ofximport/ofxpartner.h
parent6c1d52c8248adb9189c944a28efde52330e99b66 (diff)
downloadkmymoney-6078e14f28ec3b34cc2041cbd8628a1d8420512c.tar.gz
kmymoney-6078e14f28ec3b34cc2041cbd8628a1d8420512c.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofxpartner.h')
-rw-r--r--kmymoney2/plugins/ofximport/ofxpartner.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmymoney2/plugins/ofximport/ofxpartner.h b/kmymoney2/plugins/ofximport/ofxpartner.h
index 6367884..2739d82 100644
--- a/kmymoney2/plugins/ofximport/ofxpartner.h
+++ b/kmymoney2/plugins/ofximport/ofxpartner.h
@@ -29,7 +29,7 @@
// KDE Includes
#include <kurl.h>
-namespace KIO
+namespace TDEIO
{
class Job;
class TransferJob;
@@ -89,9 +89,9 @@ public:
TQHttp::Error error(void) const { return m_error; }
protected slots:
- void slotOfxFinished(KIO::Job*);
- void slotOfxData(KIO::Job*,const TQByteArray&);
- void slotOfxConnected(KIO::Job*);
+ void slotOfxFinished(TDEIO::Job*);
+ void slotOfxData(TDEIO::Job*,const TQByteArray&);
+ void slotOfxConnected(TDEIO::Job*);
private:
class Private;
@@ -99,6 +99,6 @@ private:
KURL m_dst;
TQFile m_file;
TQHttp::Error m_error;
- KIO::TransferJob* m_job;
+ TDEIO::TransferJob* m_job;
};
#endif // OFXPARTNER_H