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/kbfxplasmacanvasview.h | |
parent | 6dd6e0a7e468c637b32902835ec976eafd679a9f (diff) | |
download | kbfx-07cb8b6c68edd8e5d55edf9accd4e16ce272780a.tar.gz kbfx-07cb8b6c68edd8e5d55edf9accd4e16ce272780a.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/kbfxplasmacanvasview.h')
-rw-r--r-- | src/kbfxplasmacanvasview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasview.h b/src/kbfxplasmacanvasview.h index 0af01a8..d71b6b8 100644 --- a/src/kbfxplasmacanvasview.h +++ b/src/kbfxplasmacanvasview.h @@ -51,7 +51,7 @@ class TQCanvasView; class KbfxPlasmaCanvasView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: |