diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 11:00:00 +0900 |
commit | 694b657302a73bcdc1c98d928df81a62cee94d1d (patch) | |
tree | 3a138468bf08c9e0ae21ca0fdff37f6f9e2649fe /libktorrent/util | |
parent | f7b3d4e9cd926384cf343b548aac637777eece7a (diff) | |
download | ktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.tar.gz ktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22521a5d98abf03cf740ccdd940e682e76b529d7)
Diffstat (limited to 'libktorrent/util')
-rw-r--r-- | libktorrent/util/autorotatelogjob.h | 2 | ||||
-rw-r--r-- | libktorrent/util/httprequest.h | 2 | ||||
-rw-r--r-- | libktorrent/util/waitjob.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libktorrent/util/autorotatelogjob.h b/libktorrent/util/autorotatelogjob.h index bde477a..222a99c 100644 --- a/libktorrent/util/autorotatelogjob.h +++ b/libktorrent/util/autorotatelogjob.h @@ -35,7 +35,7 @@ namespace bt */ class AutoRotateLogJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: AutoRotateLogJob(const TQString & file,Log* lg); diff --git a/libktorrent/util/httprequest.h b/libktorrent/util/httprequest.h index f472c07..fd9e7b7 100644 --- a/libktorrent/util/httprequest.h +++ b/libktorrent/util/httprequest.h @@ -40,7 +40,7 @@ namespace bt */ class HTTPRequest : public kt::ExitOperation { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/util/waitjob.h b/libktorrent/util/waitjob.h index b4c44bc..6f9bdd5 100644 --- a/libktorrent/util/waitjob.h +++ b/libktorrent/util/waitjob.h @@ -37,7 +37,7 @@ namespace bt */ class WaitJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: WaitJob(Uint32 millis); |