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/kmymoneychecklistitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/widgets/kmymoneychecklistitem.h') diff --git a/kmymoney2/widgets/kmymoneychecklistitem.h b/kmymoney2/widgets/kmymoneychecklistitem.h index cbfb30f..bb91b6a 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.h +++ b/kmymoney2/widgets/kmymoneychecklistitem.h @@ -44,7 +44,7 @@ class KMyMoneyCheckListItem : public TQObject, public TQCheckListItem friend class KMyMoneyListViewItem; Q_OBJECT - TQ_OBJECT + public: KMyMoneyCheckListItem(TQListView *parent, const TQString& txt, const TQString& key, const TQString& id, Type type = TQCheckListItem::CheckBox); KMyMoneyCheckListItem(TQListView *parent, TQListViewItem* after, const TQString& txt, const TQString& key, const TQString& id, Type type = TQCheckListItem::CheckBox); -- cgit v1.2.1