From 8c5a639e214aa9c24ee2cbaec83f428ed46ffa64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:52 -0600 Subject: Remove spurious TQ_OBJECT instances --- kmymoney2/widgets/transactionform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/widgets/transactionform.h') diff --git a/kmymoney2/widgets/transactionform.h b/kmymoney2/widgets/transactionform.h index c85a713..c9c9c69 100644 --- a/kmymoney2/widgets/transactionform.h +++ b/kmymoney2/widgets/transactionform.h @@ -50,7 +50,7 @@ namespace KMyMoneyTransactionForm { class TabBar : public TQTabBar { Q_OBJECT - TQ_OBJECT + public: typedef enum { SignalNormal = 0, // standard signal behaviour @@ -124,7 +124,7 @@ typedef enum { class TransactionForm : public TransactionEditorContainer { Q_OBJECT - TQ_OBJECT + public: TransactionForm(TQWidget *parent = 0, const char *name = 0); virtual ~TransactionForm() {} -- cgit v1.2.1