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