summaryrefslogtreecommitdiffstats
path: root/knights/core.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-23 18:53:07 +0900
commit4ebbef6418420301319b51dcf347c84c29a8ce43 (patch)
tree3afeb96d738f5fc4448ba195ed598022091b46df /knights/core.h
parentfd77e9f181aacd80e73cbc243c6a3577a66224db (diff)
downloadknights-4ebbef6418420301319b51dcf347c84c29a8ce43.tar.gz
knights-4ebbef6418420301319b51dcf347c84c29a8ce43.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c09073f402d7aed600e0441c89330f1185efed52)
Diffstat (limited to 'knights/core.h')
-rw-r--r--knights/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/core.h b/knights/core.h
index ce31bc2..bd48439 100644
--- a/knights/core.h
+++ b/knights/core.h
@@ -40,7 +40,7 @@ typedef KnightsMap<int, io_base*> IOMap;
class core : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
core(TQWidget *parent=0, const char *name=0, resource *Rsrc=0);