diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:39 +0900 |
commit | def2bc3d97352c3d417638b0364d0719c1c4e69f (patch) | |
tree | 867d45dbc2ef504aa5d0275851339dabb7529d09 /src/function.h | |
parent | 467ef6c195361fef7211fad93d472f0ec9bd751e (diff) | |
download | abakus-def2bc3d97352c3d417638b0364d0719c1c4e69f.tar.gz abakus-def2bc3d97352c3d417638b0364d0719c1c4e69f.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/function.h')
-rw-r--r-- | src/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.h b/src/function.h index c765e8f..3160122 100644 --- a/src/function.h +++ b/src/function.h @@ -63,7 +63,7 @@ Abakus::TrigMode trigMode(); class FunctionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: typedef TQDict<Function> functionDict; |