diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:36:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:36:31 +0900 |
commit | 4a70f1720eb66ddeb89d4340e44c601e3613b837 (patch) | |
tree | 662803755443085144e615fae1678f2755eda8fd /kmymoney2/dialogs/transactioneditor.h | |
parent | 7da583b50658b88243d71ddfd0a9d2146d6bda6c (diff) | |
download | kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.tar.gz kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/dialogs/transactioneditor.h')
-rw-r--r-- | kmymoney2/dialogs/transactioneditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/transactioneditor.h b/kmymoney2/dialogs/transactioneditor.h index 39ebcc4..b6d8097 100644 --- a/kmymoney2/dialogs/transactioneditor.h +++ b/kmymoney2/dialogs/transactioneditor.h @@ -40,7 +40,7 @@ class KMyMoneyCategory; class TransactionEditor : public TQObject { - Q_OBJECT + TQ_OBJECT public: TransactionEditor() {} @@ -297,7 +297,7 @@ protected: class StdTransactionEditor : public TransactionEditor { - Q_OBJECT + TQ_OBJECT public: StdTransactionEditor(); |