diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 22:03:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-04 22:03:54 +0900 |
commit | c5554a5f82ebc79fbda3940ee904e71490fb13d6 (patch) | |
tree | c6a2c38cdd7ab8a193f25a0a51ebb5aa7fe8c386 /src/cnitem.h | |
parent | ba71773a92f2cc979c252f790be280c8486ebfd0 (diff) | |
download | ktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.tar.gz ktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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; |