summaryrefslogtreecommitdiff
path: root/tests/manual/ssh/sftp/sftptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/ssh/sftp/sftptest.cpp')
-rw-r--r--tests/manual/ssh/sftp/sftptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ssh/sftp/sftptest.cpp b/tests/manual/ssh/sftp/sftptest.cpp
index 8f72a7d768..edc91c4c4d 100644
--- a/tests/manual/ssh/sftp/sftptest.cpp
+++ b/tests/manual/ssh/sftp/sftptest.cpp
@@ -80,7 +80,7 @@ void SftpTest::handleConnected()
m_channel = m_connection->createSftpChannel();
connect(m_channel.data(), SIGNAL(initialized()), this,
SLOT(handleChannelInitialized()));
- connect(m_channel.data(), SIGNAL(initializationFailed(QString)), this,
+ connect(m_channel.data(), SIGNAL(channelError(QString)), this,
SLOT(handleChannelInitializationFailure(QString)));
connect(m_channel.data(), SIGNAL(finished(QSsh::SftpJobId,QString)),
this, SLOT(handleJobFinished(QSsh::SftpJobId,QString)));