summaryrefslogtreecommitdiffstats
path: root/kmymoney2/plugins
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-24 21:24:01 +0900
commit93816e0a2c4477711497263902fe5222483da892 (patch)
tree662803755443085144e615fae1678f2755eda8fd /kmymoney2/plugins
parent7a469553db421dbc62a6eca20fd81fe6fc7bb01a (diff)
downloadkmymoney-93816e0a2c4477711497263902fe5222483da892.tar.gz
kmymoney-93816e0a2c4477711497263902fe5222483da892.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
Diffstat (limited to 'kmymoney2/plugins')
-rw-r--r--kmymoney2/plugins/importinterface.h2
-rw-r--r--kmymoney2/plugins/interfaces/kmmimportinterface.h2
-rw-r--r--kmymoney2/plugins/interfaces/kmmstatementinterface.h2
-rw-r--r--kmymoney2/plugins/interfaces/kmmviewinterface.h2
-rw-r--r--kmymoney2/plugins/kmymoneyplugin.h2
-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
-rw-r--r--kmymoney2/plugins/pluginloader.h2
-rw-r--r--kmymoney2/plugins/statementinterface.h2
-rw-r--r--kmymoney2/plugins/viewinterface.h2
13 files changed, 14 insertions, 14 deletions
diff --git a/kmymoney2/plugins/importinterface.h b/kmymoney2/plugins/importinterface.h
index 69390d6..5197f50 100644
--- a/kmymoney2/plugins/importinterface.h
+++ b/kmymoney2/plugins/importinterface.h
@@ -44,7 +44,7 @@ namespace KMyMoneyPlugin {
*/
class KMYMONEY_EXPORT ImportInterface : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kmymoney2/plugins/interfaces/kmmimportinterface.h b/kmymoney2/plugins/interfaces/kmmimportinterface.h
index 8875314..779ecea 100644
--- a/kmymoney2/plugins/interfaces/kmmimportinterface.h
+++ b/kmymoney2/plugins/interfaces/kmmimportinterface.h
@@ -40,7 +40,7 @@ namespace KMyMoneyPlugin {
* ViewInterface.
*/
class KMMImportInterface : public ImportInterface {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kmymoney2/plugins/interfaces/kmmstatementinterface.h b/kmymoney2/plugins/interfaces/kmmstatementinterface.h
index b4fc5fa..d907a2c 100644
--- a/kmymoney2/plugins/interfaces/kmmstatementinterface.h
+++ b/kmymoney2/plugins/interfaces/kmmstatementinterface.h
@@ -41,7 +41,7 @@ namespace KMyMoneyPlugin {
*/
class KMMStatementInterface : public StatementInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kmymoney2/plugins/interfaces/kmmviewinterface.h b/kmymoney2/plugins/interfaces/kmmviewinterface.h
index 0f2a6f5..1fa31b9 100644
--- a/kmymoney2/plugins/interfaces/kmmviewinterface.h
+++ b/kmymoney2/plugins/interfaces/kmmviewinterface.h
@@ -40,7 +40,7 @@ namespace KMyMoneyPlugin {
* ViewInterface.
*/
class KMMViewInterface : public ViewInterface {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kmymoney2/plugins/kmymoneyplugin.h b/kmymoney2/plugins/kmymoneyplugin.h
index bd8fa2b..239da2e 100644
--- a/kmymoney2/plugins/kmymoneyplugin.h
+++ b/kmymoney2/plugins/kmymoneyplugin.h
@@ -54,7 +54,7 @@ namespace KMyMoneyPlugin {
*/
class KMYMONEY_EXPORT Plugin : public TQObject, public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
Plugin(TQObject* parent, const char* name);
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);
diff --git a/kmymoney2/plugins/pluginloader.h b/kmymoney2/plugins/pluginloader.h
index 1396196..a1fc2a6 100644
--- a/kmymoney2/plugins/pluginloader.h
+++ b/kmymoney2/plugins/pluginloader.h
@@ -41,7 +41,7 @@ namespace KMyMoneyPlugin
class KMYMONEY_EXPORT PluginLoader : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
PluginLoader(TQObject* parent);
diff --git a/kmymoney2/plugins/statementinterface.h b/kmymoney2/plugins/statementinterface.h
index 4d36d66..d54f2e6 100644
--- a/kmymoney2/plugins/statementinterface.h
+++ b/kmymoney2/plugins/statementinterface.h
@@ -40,7 +40,7 @@ namespace KMyMoneyPlugin {
* into the KMyMoney application
*/
class KMYMONEY_EXPORT StatementInterface : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kmymoney2/plugins/viewinterface.h b/kmymoney2/plugins/viewinterface.h
index 3d6acaf..034f9d8 100644
--- a/kmymoney2/plugins/viewinterface.h
+++ b/kmymoney2/plugins/viewinterface.h
@@ -50,7 +50,7 @@ namespace KMyMoneyPlugin {
* also gives access to the account context menu.
*/
class KMYMONEY_EXPORT ViewInterface : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public: