-rw-r--r-- | noncore/net/opieirc/dcctransfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieirc/dcctransfer.cpp b/noncore/net/opieirc/dcctransfer.cpp index cfa9f74..e97d191 100644 --- a/noncore/net/opieirc/dcctransfer.cpp +++ b/noncore/net/opieirc/dcctransfer.cpp | |||
@@ -29,7 +29,7 @@ void DCCTransfer::cancel() | |||
29 | if(m_socket) | 29 | if(m_socket) |
30 | m_socket->close(); | 30 | m_socket->close(); |
31 | 31 | ||
32 | emit(finished(DCCTransfer::SelfAborted)); | 32 | emit(finished(this, DCCTransfer::SelfAborted)); |
33 | } | 33 | } |
34 | 34 | ||
35 | QString DCCTransfer::filename() | 35 | QString DCCTransfer::filename() |