diff options
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; |