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/kbfxtooltip.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/kbfxtooltip.h')
-rw-r--r-- | src/kbfxtooltip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxtooltip.h b/src/kbfxtooltip.h index d1d3fc6..b7be39e 100644 --- a/src/kbfxtooltip.h +++ b/src/kbfxtooltip.h @@ -45,7 +45,7 @@ class KbfxToolTip:public TQWidget { - Q_OBJECT + TQ_OBJECT public: KbfxToolTip ( TQWidget * parent=0,const char * name=0,WFlags fl=WType_TopLevel ); |