summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins/ofximport
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:36:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:36:31 +0900
commit4a70f1720eb66ddeb89d4340e44c601e3613b837 (patch)
tree662803755443085144e615fae1678f2755eda8fd /kmymoney2/plugins/ofximport
parent7da583b50658b88243d71ddfd0a9d2146d6bda6c (diff)
downloadkmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.tar.gz
kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/plugins/ofximport')
-rw-r--r--kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h2
-rw-r--r--kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h2
-rw-r--r--kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h2
-rw-r--r--kmymoney2/plugins/ofximport/ofximporterplugin.h2
-rw-r--r--kmymoney2/plugins/ofximport/ofxpartner.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h b/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h
index d410cf7..07d4b0d 100644
--- a/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h
+++ b/kmymoney2/plugins/ofximport/dialogs/kofxdirectconnectdlg.h
@@ -44,7 +44,7 @@ class TransferJob;
*/
class KOfxDirectConnectDlg : public KOfxDirectConnectDlgDecl
{
-Q_OBJECT
+TQ_OBJECT
public:
KOfxDirectConnectDlg(const MyMoneyAccount&, TQWidget *parent = 0, const char *name = 0);
diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h
index c93864b..049350e 100644
--- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h
+++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.h
@@ -60,7 +60,7 @@ class OfxHeaderVersion;
*/
class KOnlineBankingSetupWizard : public KOnlineBankingSetupDecl
{
- Q_OBJECT
+ TQ_OBJECT
public:
class ListViewItem: public MyMoneyKeyValueContainer, public TQListViewItem
diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h b/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h
index b4846b2..aeddd25 100644
--- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h
+++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingstatus.h
@@ -43,7 +43,7 @@ class OfxHeaderVersion;
class KOnlineBankingStatus : public KOnlineBankingStatusDecl
{
- Q_OBJECT
+ TQ_OBJECT
public:
KOnlineBankingStatus(const MyMoneyAccount& acc, TQWidget *parent=0, const char *name=0);
diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.h b/kmymoney2/plugins/ofximport/ofximporterplugin.h
index 417d63a..73e48d0 100644
--- a/kmymoney2/plugins/ofximport/ofximporterplugin.h
+++ b/kmymoney2/plugins/ofximport/ofximporterplugin.h
@@ -42,7 +42,7 @@ class KOnlineBankingStatus;
*/
class OfxImporterPlugin : public KMyMoneyPlugin::Plugin, public KMyMoneyPlugin::ImporterPlugin, public KMyMoneyPlugin::OnlinePlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
OfxImporterPlugin(TQObject *parent = 0, const char *name = 0, const TQStringList& = TQStringList());
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);