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/torrent | |
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/torrent')
-rw-r--r-- | libktorrent/torrent/authenticate.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/authenticatebase.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/chunkdownload.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/chunkmanager.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/downloader.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/httptracker.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/movedatafilesjob.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/peer.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/peerdownloader.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/peermanager.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/peersourcemanager.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/queuemanager.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/server.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/serverauthenticate.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/torrentcontrol.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/torrentfile.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/tracker.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/udptracker.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/udptrackersocket.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/uploader.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/libktorrent/torrent/authenticate.h b/libktorrent/torrent/authenticate.h index 0aeb499..eceda08 100644 --- a/libktorrent/torrent/authenticate.h +++ b/libktorrent/torrent/authenticate.h @@ -43,7 +43,7 @@ namespace bt */ class Authenticate : public AuthenticateBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/authenticatebase.h b/libktorrent/torrent/authenticatebase.h index 2be4ad5..a425118 100644 --- a/libktorrent/torrent/authenticatebase.h +++ b/libktorrent/torrent/authenticatebase.h @@ -47,7 +47,7 @@ namespace bt */ class AuthenticateBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: AuthenticateBase(mse::StreamSocket* s = 0); diff --git a/libktorrent/torrent/chunkdownload.h b/libktorrent/torrent/chunkdownload.h index 5c89017..a432c28 100644 --- a/libktorrent/torrent/chunkdownload.h +++ b/libktorrent/torrent/chunkdownload.h @@ -61,7 +61,7 @@ namespace bt */ class ChunkDownload : public TQObject,public kt::ChunkDownloadInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/chunkmanager.h b/libktorrent/torrent/chunkmanager.h index fa6491a..bbf81df 100644 --- a/libktorrent/torrent/chunkmanager.h +++ b/libktorrent/torrent/chunkmanager.h @@ -60,7 +60,7 @@ namespace bt */ class ChunkManager : public TQObject { - Q_OBJECT + TQ_OBJECT Torrent & tor; diff --git a/libktorrent/torrent/downloader.h b/libktorrent/torrent/downloader.h index 6c470a1..5cafc6f 100644 --- a/libktorrent/torrent/downloader.h +++ b/libktorrent/torrent/downloader.h @@ -66,7 +66,7 @@ namespace bt */ class Downloader : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/httptracker.h b/libktorrent/torrent/httptracker.h index 8457934..1037bf2 100644 --- a/libktorrent/torrent/httptracker.h +++ b/libktorrent/torrent/httptracker.h @@ -41,7 +41,7 @@ namespace bt */ class HTTPTracker : public Tracker { - Q_OBJECT + TQ_OBJECT public: HTTPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/movedatafilesjob.h b/libktorrent/torrent/movedatafilesjob.h index ff5d0bc..afc98ca 100644 --- a/libktorrent/torrent/movedatafilesjob.h +++ b/libktorrent/torrent/movedatafilesjob.h @@ -31,7 +31,7 @@ namespace bt */ class MoveDataFilesJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: MoveDataFilesJob(); diff --git a/libktorrent/torrent/peer.h b/libktorrent/torrent/peer.h index c5dd974..549ab5d 100644 --- a/libktorrent/torrent/peer.h +++ b/libktorrent/torrent/peer.h @@ -67,7 +67,7 @@ namespace bt class Peer : public TQObject, public kt::PeerInterface //,public Object { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peerdownloader.h b/libktorrent/torrent/peerdownloader.h index 16957e3..5b22739 100644 --- a/libktorrent/torrent/peerdownloader.h +++ b/libktorrent/torrent/peerdownloader.h @@ -93,7 +93,7 @@ namespace bt */ class PeerDownloader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peermanager.h b/libktorrent/torrent/peermanager.h index 33492c5..1a87dbb 100644 --- a/libktorrent/torrent/peermanager.h +++ b/libktorrent/torrent/peermanager.h @@ -55,7 +55,7 @@ namespace bt */ class PeerManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libktorrent/torrent/peersourcemanager.h b/libktorrent/torrent/peersourcemanager.h index e6ef3e6..e7de4f8 100644 --- a/libktorrent/torrent/peersourcemanager.h +++ b/libktorrent/torrent/peersourcemanager.h @@ -50,7 +50,7 @@ namespace bt */ class PeerSourceManager : public TQObject, public kt::TrackersList { - Q_OBJECT + TQ_OBJECT TorrentControl* tor; diff --git a/libktorrent/torrent/queuemanager.h b/libktorrent/torrent/queuemanager.h index a51e9ec..96bc586 100644 --- a/libktorrent/torrent/queuemanager.h +++ b/libktorrent/torrent/queuemanager.h @@ -55,7 +55,7 @@ namespace bt */ class QueueManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libktorrent/torrent/server.h b/libktorrent/torrent/server.h index 3129fd2..6d994a2 100644 --- a/libktorrent/torrent/server.h +++ b/libktorrent/torrent/server.h @@ -44,7 +44,7 @@ namespace bt */ class Server : public TQObject { - Q_OBJECT + TQ_OBJECT TQPtrList<PeerManager> peer_managers; diff --git a/libktorrent/torrent/serverauthenticate.h b/libktorrent/torrent/serverauthenticate.h index bc65cba..63ebff8 100644 --- a/libktorrent/torrent/serverauthenticate.h +++ b/libktorrent/torrent/serverauthenticate.h @@ -37,7 +37,7 @@ namespace bt */ class ServerAuthenticate : public AuthenticateBase { - Q_OBJECT + TQ_OBJECT public: ServerAuthenticate(mse::StreamSocket* sock,Server* server); diff --git a/libktorrent/torrent/torrentcontrol.h b/libktorrent/torrent/torrentcontrol.h index 885e9fe..14fd6f6 100644 --- a/libktorrent/torrent/torrentcontrol.h +++ b/libktorrent/torrent/torrentcontrol.h @@ -67,7 +67,7 @@ namespace bt */ class TorrentControl : public kt::TorrentInterface { - Q_OBJECT + TQ_OBJECT public: TorrentControl(); diff --git a/libktorrent/torrent/torrentfile.h b/libktorrent/torrent/torrentfile.h index 7c22611..f2a96a7 100644 --- a/libktorrent/torrent/torrentfile.h +++ b/libktorrent/torrent/torrentfile.h @@ -37,7 +37,7 @@ namespace bt */ class TorrentFile : public kt::TorrentFileInterface { - Q_OBJECT + TQ_OBJECT Uint32 index; diff --git a/libktorrent/torrent/tracker.h b/libktorrent/torrent/tracker.h index 7a58264..72c9468 100644 --- a/libktorrent/torrent/tracker.h +++ b/libktorrent/torrent/tracker.h @@ -43,7 +43,7 @@ namespace bt */ class Tracker : public kt::PeerSource { - Q_OBJECT + TQ_OBJECT public: Tracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/udptracker.h b/libktorrent/torrent/udptracker.h index 648aa8a..2da26d8 100644 --- a/libktorrent/torrent/udptracker.h +++ b/libktorrent/torrent/udptracker.h @@ -61,7 +61,7 @@ namespace bt */ class UDPTracker : public Tracker { - Q_OBJECT + TQ_OBJECT public: UDPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); diff --git a/libktorrent/torrent/udptrackersocket.h b/libktorrent/torrent/udptrackersocket.h index a926b8c..5b48f18 100644 --- a/libktorrent/torrent/udptrackersocket.h +++ b/libktorrent/torrent/udptrackersocket.h @@ -53,7 +53,7 @@ namespace bt */ class UDPTrackerSocket : public TQObject { - Q_OBJECT + TQ_OBJECT public: UDPTrackerSocket(); diff --git a/libktorrent/torrent/uploader.h b/libktorrent/torrent/uploader.h index aa4f099..06ce331 100644 --- a/libktorrent/torrent/uploader.h +++ b/libktorrent/torrent/uploader.h @@ -40,7 +40,7 @@ namespace bt */ class Uploader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** |