diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |