summaryrefslogtreecommitdiffstats
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
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<GuardedItem> ItemList;
class Item : public TQObject, public TQCanvasPolygon
{
Q_OBJECT
- TQ_OBJECT
+
public:
Item( ItemDocument *itemDocument, bool newItem, const TQString &id );
virtual ~Item();