diff options
Diffstat (limited to 'libktorrent/torrent/authenticatebase.h')
-rw-r--r-- | libktorrent/torrent/authenticatebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |