summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/ofximport/ofxpartner.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofxpartner.h')
-rw-r--r--kmymoney2/plugins/ofximport/ofxpartner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/plugins/ofximport/ofxpartner.h b/kmymoney2/plugins/ofximport/ofxpartner.h
index 2739d82..b75db1a 100644
--- a/kmymoney2/plugins/ofximport/ofxpartner.h
+++ b/kmymoney2/plugins/ofximport/ofxpartner.h
@@ -60,7 +60,7 @@ namespace OfxPartner
class OfxHttpRequest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
OfxHttpRequest(const TQString& method, const KURL &url, const TQByteArray &postData, const TQMap<TQString, TQString>& metaData, const KURL& dst, bool showProgressInfo=true);
@@ -80,7 +80,7 @@ private:
class OfxHttpsRequest : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
OfxHttpsRequest(const TQString& method, const KURL &url, const TQByteArray &postData, const TQMap<TQString, TQString>& metaData, const KURL& dst, bool showProgressInfo=true);