summaryrefslogtreecommitdiffstats
path: root/src/torclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/torclient.h')
-rw-r--r--src/torclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/torclient.h b/src/torclient.h
index d69b24e..9a3724c 100644
--- a/src/torclient.h
+++ b/src/torclient.h
@@ -172,8 +172,8 @@ private slots:
socket->close();
if ( socket->state() == TQSocket::Closing ) {
// We have a delayed close.
- connect( socket, SIGNAL(delayedCloseFinished()),
- SLOT(socketClosed()) );
+ connect( socket, TQ_SIGNAL(delayedCloseFinished()),
+ TQ_SLOT(socketClosed()) );
} else {
// The socket is closed.
socketClosed();