From a0fd5320de07548880320658c17501c54c8a3beb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:05 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 56cf426..22e7a91 100644 --- a/src/item.h +++ b/src/item.h @@ -41,7 +41,7 @@ typedef TQValueList ItemList; class Item : public TQObject, public TQCanvasPolygon { Q_OBJECT - TQ_OBJECT + public: Item( ItemDocument *itemDocument, bool newItem, const TQString &id ); virtual ~Item(); -- cgit v1.2.3