diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:32:51 +0900 |
commit | f161d71e606053aafc7019cc939e856282a29a78 (patch) | |
tree | 3ce4c31ebe6bb9f55c526b816c1b3192cb5e12ff /src/qalculatebuttonwithdata.h | |
parent | 933d4190ce83b2beafeb66819ea47d1abfe28b82 (diff) | |
download | qalculate-tde-f161d71e606053aafc7019cc939e856282a29a78.tar.gz qalculate-tde-f161d71e606053aafc7019cc939e856282a29a78.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/qalculatebuttonwithdata.h')
-rw-r--r-- | src/qalculatebuttonwithdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qalculatebuttonwithdata.h b/src/qalculatebuttonwithdata.h index f777124..6a2e947 100644 --- a/src/qalculatebuttonwithdata.h +++ b/src/qalculatebuttonwithdata.h @@ -26,7 +26,7 @@ @author Niklas Knutsson */ class QalculateButtonWithData : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: |