diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 11:15:30 +0900 |
commit | e6270284cf06b220a9bef9267561aac7b9d485a9 (patch) | |
tree | 10b49423997ca47f039425df11d4d3deee1cc73a /src/modules/torrent | |
parent | ef786e3a1a322e0584654503d288e3630744e998 (diff) | |
download | kvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.tar.gz kvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4)
Diffstat (limited to 'src/modules/torrent')
-rw-r--r-- | src/modules/torrent/tc_ktorrentdcopinterface.h | 2 | ||||
-rw-r--r-- | src/modules/torrent/tc_statusbarapplet.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.h b/src/modules/torrent/tc_ktorrentdcopinterface.h index 7114f5c0..17ad3598 100644 --- a/src/modules/torrent/tc_ktorrentdcopinterface.h +++ b/src/modules/torrent/tc_ktorrentdcopinterface.h @@ -40,7 +40,7 @@ class KviKTorrentDCOPInterface : public KviTorrentInterface, private KviDCOPHelper { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/modules/torrent/tc_statusbarapplet.h b/src/modules/torrent/tc_statusbarapplet.h index 19d60c55..71bfb282 100644 --- a/src/modules/torrent/tc_statusbarapplet.h +++ b/src/modules/torrent/tc_statusbarapplet.h @@ -8,7 +8,7 @@ // TODO: proper icon! class KviTorrentStatusBarApplet : public KviStatusBarApplet { - Q_OBJECT + TQ_OBJECT public: |