diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:03:04 +0900 |
commit | 07cb8b6c68edd8e5d55edf9accd4e16ce272780a (patch) | |
tree | 9bf989c43093a27404871ddcf5dea84a421f9558 /src/kbfxplasmacanvasgroupview.h | |
parent | 6dd6e0a7e468c637b32902835ec976eafd679a9f (diff) | |
download | kbfx-07cb8b6c.tar.gz kbfx-07cb8b6c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c81816ddb41c45a6fef1e0b8e854f6b27bf78b39)
Diffstat (limited to 'src/kbfxplasmacanvasgroupview.h')
-rw-r--r-- | src/kbfxplasmacanvasgroupview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasgroupview.h b/src/kbfxplasmacanvasgroupview.h index 377e14d..9b8e9c3 100644 --- a/src/kbfxplasmacanvasgroupview.h +++ b/src/kbfxplasmacanvasgroupview.h @@ -34,7 +34,7 @@ This class will manager a list of Groups. class KbfxPlasmaCanvasGroupView:public TQObject { - Q_OBJECT + TQ_OBJECT public: |