diff options
Diffstat (limited to 'src/cnitem.h')
-rw-r--r-- | src/cnitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnitem.h b/src/cnitem.h index c306d71..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; |