diff options
Diffstat (limited to 'src/cnitem.h')
| -rw-r--r-- | src/cnitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cnitem.h b/src/cnitem.h index bdcc299..3320aae 100644 --- a/src/cnitem.h +++ b/src/cnitem.h @@ -39,7 +39,7 @@ public: Node *node; //Pointer to the node double x; // X position relative to item double y; // Y position relative to item - int orientation; // Qt::Orientation relative to item + int orientation; // TQt::Orientation relative to item }; typedef TQMap<TQString, TQString> StringMap; @@ -57,7 +57,7 @@ saving and editing of associated data, cutting / copying, etc) */ class CNItem : public Item, public CIWidgetMgr { -Q_OBJECT +TQ_OBJECT public: CNItem( ICNDocument *_icnView, bool newItem, const TQString &id ); |
