diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:52 -0600 |
commit | 8c5a639e214aa9c24ee2cbaec83f428ed46ffa64 (patch) | |
tree | 3cd4df65f0a57477130894aef4c5970161853460 /kmymoney2/plugins/ofximport/ofxpartner.h | |
parent | beb601ba284823aad53b04213fdd7741c4832de5 (diff) | |
download | kmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.tar.gz kmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmymoney2/plugins/ofximport/ofxpartner.h')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofxpartner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/plugins/ofximport/ofxpartner.h b/kmymoney2/plugins/ofximport/ofxpartner.h index 84f4d2a..6367884 100644 --- a/kmymoney2/plugins/ofximport/ofxpartner.h +++ b/kmymoney2/plugins/ofximport/ofxpartner.h @@ -61,7 +61,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); virtual ~OfxHttpRequest() {} @@ -81,7 +81,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); virtual ~OfxHttpsRequest(); |