summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/uploader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/uploader.h')
-rw-r--r--libktorrent/torrent/uploader.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libktorrent/torrent/uploader.h b/libktorrent/torrent/uploader.h
index 4370d69..0950780 100644
--- a/libktorrent/torrent/uploader.h
+++ b/libktorrent/torrent/uploader.h
@@ -20,7 +20,7 @@
#ifndef BTUPLOADER_H
#define BTUPLOADER_H
-#include <qobject.h>
+#include <tqobject.h>
#include "globals.h"
namespace bt
@@ -38,9 +38,10 @@ namespace bt
* Class which manages the uploading of data. It has a PeerUploader for
* each Peer.
*/
- class Uploader : public QObject
+ class Uploader : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor, sets the ChunkManager.