diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 11:57:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 11:57:12 +0900 |
commit | b9727aa65d06bf7835fbcc034069b63985b5b40a (patch) | |
tree | ee27c1798565af641115adee4c99145abeba3074 /src/ksimulator.h | |
parent | baeeabb06a4a689338bffafdd954e87bfe1f052f (diff) | |
download | kpicosim-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.h | 2 |
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); |