summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinxmenu.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:25 +0900
commitc81816ddb41c45a6fef1e0b8e854f6b27bf78b39 (patch)
treefb9b734cbbaeb61ff51d37c472dd1a1bcacdd2e8 /src/kbfxspinxmenu.h
parent8067ee34e2a5443dfbfe52c17277e62f2cbae18e (diff)
downloadkbfx-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/kbfxspinxmenu.h')
-rw-r--r--src/kbfxspinxmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxmenu.h b/src/kbfxspinxmenu.h
index 9fe2d29..b740856 100644
--- a/src/kbfxspinxmenu.h
+++ b/src/kbfxspinxmenu.h
@@ -61,7 +61,7 @@
class KbfxSpinxMenuWidget:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public :
KbfxSpinxMenuWidget ( TQWidget * parent = 0, const char * name = 0,WFlags fl =0 );