diff options
Diffstat (limited to 'libktorrent/interfaces/peersource.h')
-rw-r--r-- | libktorrent/interfaces/peersource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/peersource.h b/libktorrent/interfaces/peersource.h index c7aa73d..4b3b82a 100644 --- a/libktorrent/interfaces/peersource.h +++ b/libktorrent/interfaces/peersource.h @@ -50,7 +50,7 @@ namespace kt class PeerSource : public TQObject { Q_OBJECT - TQ_OBJECT + public: PeerSource(); virtual ~PeerSource(); |