diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:27:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:29:49 +0900 |
commit | 980849e7c8ed2ebbde33da076c0914bd1fcb8db2 (patch) | |
tree | 91dd2782588796a15b4cc53060a3ed4b342925e5 /conduits/abbrowserconduit/abbrowser-conduit.h | |
parent | 83e4ace78c432655f6e969096480caf628377a2a (diff) | |
download | kpilot-980849e7.tar.gz kpilot-980849e7.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6508b043abf98d06b79802c637e65e403365eac3)
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h index e652e40..8926176 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.h +++ b/conduits/abbrowserconduit/abbrowser-conduit.h @@ -53,7 +53,7 @@ typedef TQValueList<recordid_t> RecordIDList; class AbbrowserConduit : public ConduitAction { -Q_OBJECT +TQ_OBJECT public: AbbrowserConduit(KPilotLink *o,const char *n = 0L, |