diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:35 -0600 |
commit | 45794e38a2e63ec524e44d45c47b5894879906a3 (patch) | |
tree | 976c5fd75ca54ce31f9c0cb07e531d2aa6c88db3 /src/function.h | |
parent | af16f2796aed9a860d405ba77193bf4b9b90c21e (diff) | |
download | abakus-45794e38a2e63ec524e44d45c47b5894879906a3.tar.gz abakus-45794e38a2e63ec524e44d45c47b5894879906a3.zip |
Remove spurious TQ_OBJECT instances
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 3210432..c765e8f 100644 --- a/src/function.h +++ b/src/function.h @@ -64,7 +64,7 @@ Abakus::TrigMode trigMode(); class FunctionManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: typedef TQDict<Function> functionDict; |