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-20 12:56:33 +0900 |
commit | 22521a5d98abf03cf740ccdd940e682e76b529d7 (patch) | |
tree | a32bf98c8e94a33754d2fe34b6787216805f6977 /libktorrent/util | |
parent | 784c049997d8ed3af085108f22a0fee1f42c5107 (diff) | |
download | ktorrent-22521a5d98abf03cf740ccdd940e682e76b529d7.tar.gz ktorrent-22521a5d98abf03cf740ccdd940e682e76b529d7.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |