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-20 14:02:25 +0900 |
commit | c81816ddb41c45a6fef1e0b8e854f6b27bf78b39 (patch) | |
tree | fb9b734cbbaeb61ff51d37c472dd1a1bcacdd2e8 /src/kbfxspinx.h | |
parent | 8067ee34e2a5443dfbfe52c17277e62f2cbae18e (diff) | |
download | kbfx-c81816ddb41c45a6fef1e0b8e854f6b27bf78b39.tar.gz kbfx-c81816ddb41c45a6fef1e0b8e854f6b27bf78b39.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbfxspinx.h')
-rw-r--r-- | src/kbfxspinx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinx.h b/src/kbfxspinx.h index 3941c16..205080d 100644 --- a/src/kbfxspinx.h +++ b/src/kbfxspinx.h @@ -62,7 +62,7 @@ class KbfxSpinx : public KPanelApplet,public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT // public: |