diff options
Diffstat (limited to 'src/flowparts/flowpart.h')
-rw-r--r-- | src/flowparts/flowpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowparts/flowpart.h b/src/flowparts/flowpart.h index 9cd2553..3523b4e 100644 --- a/src/flowparts/flowpart.h +++ b/src/flowparts/flowpart.h @@ -34,7 +34,7 @@ that you should reinherit for generating the assembly code. class FlowPart : public CNItem { Q_OBJECT - TQ_OBJECT + public: enum FlowSymbol { |