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 22e7a91..7310f60 100644
--- a/src/item.h
+++ b/src/item.h
@@ -40,7 +40,7 @@ typedef TQValueList<GuardedItem> ItemList;
*/
class Item : public TQObject, public TQCanvasPolygon
{
-Q_OBJECT
+TQ_OBJECT
public:
Item( ItemDocument *itemDocument, bool newItem, const TQString &id );