diff options
Diffstat (limited to 'kmymoney2/widgets/transactionform.h')
-rw-r--r-- | kmymoney2/widgets/transactionform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/transactionform.h b/kmymoney2/widgets/transactionform.h index 1057c76..534fdfb 100644 --- a/kmymoney2/widgets/transactionform.h +++ b/kmymoney2/widgets/transactionform.h @@ -48,7 +48,7 @@ namespace KMyMoneyTransactionForm { */ class TabBar : public TQTabBar { - Q_OBJECT + TQ_OBJECT public: typedef enum { @@ -122,7 +122,7 @@ typedef enum { */ class TransactionForm : public TransactionEditorContainer { - Q_OBJECT + TQ_OBJECT public: TransactionForm(TQWidget *parent = 0, const char *name = 0); |