summaryrefslogtreecommitdiffstats
path: root/src/ksimulator.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 11:57:12 +0900
committerMichele Calgaro <[email protected]>2023-07-20 11:57:12 +0900
commitb9727aa65d06bf7835fbcc034069b63985b5b40a (patch)
treeee27c1798565af641115adee4c99145abeba3074 /src/ksimulator.h
parentbaeeabb06a4a689338bffafdd954e87bfe1f052f (diff)
downloadkpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.tar.gz
kpicosim-b9727aa65d06bf7835fbcc034069b63985b5b40a.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/ksimulator.h')
-rw-r--r--src/ksimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksimulator.h b/src/ksimulator.h
index bd5ebe7..8a4a3b3 100644
--- a/src/ksimulator.h
+++ b/src/ksimulator.h
@@ -36,7 +36,7 @@
class KSimulator : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KSimulator(TQObject *parent = 0, const char *name = 0);