summaryrefslogtreecommitdiffstats
path: root/knights/tabgrip.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:48:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:48:33 +0900
commitc09073f402d7aed600e0441c89330f1185efed52 (patch)
tree3afeb96d738f5fc4448ba195ed598022091b46df /knights/tabgrip.h
parent1e10624f8ad3e6ca922186421f4664e90af292ad (diff)
downloadknights-c09073f402d7aed600e0441c89330f1185efed52.tar.gz
knights-c09073f402d7aed600e0441c89330f1185efed52.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knights/tabgrip.h')
-rw-r--r--knights/tabgrip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tabgrip.h b/knights/tabgrip.h
index 41dde34..648d2be 100644
--- a/knights/tabgrip.h
+++ b/knights/tabgrip.h
@@ -26,7 +26,7 @@
class TabGrip : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
TabGrip(TQWidget *parent=0, const char *name=0);