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 /kbfxlib/data/kbfxplugin.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 'kbfxlib/data/kbfxplugin.h')
-rw-r--r-- | kbfxlib/data/kbfxplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/data/kbfxplugin.h b/kbfxlib/data/kbfxplugin.h index 9f9e723..270fffe 100644 --- a/kbfxlib/data/kbfxplugin.h +++ b/kbfxlib/data/kbfxplugin.h @@ -37,7 +37,7 @@ of the menu class KbfxPlugin:public TQObject { - Q_OBJECT + TQ_OBJECT public: |