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/kbfxplasmaindexview.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/kbfxplasmaindexview.h')
-rw-r--r-- | src/kbfxplasmaindexview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexview.h b/src/kbfxplasmaindexview.h index f07bd83..eb3c22c 100644 --- a/src/kbfxplasmaindexview.h +++ b/src/kbfxplasmaindexview.h @@ -42,7 +42,7 @@ class KbfxPlasmaIndexView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: |