aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/codepasterprotocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster/codepasterprotocol.cpp')
-rw-r--r--src/plugins/cpaster/codepasterprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/codepasterprotocol.cpp b/src/plugins/cpaster/codepasterprotocol.cpp
index 35572cb82d..d3fd0cf9b7 100644
--- a/src/plugins/cpaster/codepasterprotocol.cpp
+++ b/src/plugins/cpaster/codepasterprotocol.cpp
@@ -210,7 +210,7 @@ void CodePasterProtocol::fetchFinished()
void CodePasterProtocol::listFinished()
{
if (m_listReply->error()) {
- Core::ICore::instance()->messageManager()->printToOutputPane(m_listReply->errorString(), true);
+ Core::ICore::messageManager()->printToOutputPane(m_listReply->errorString(), true);
} else {
const QByteArray data = m_listReply->readAll();
const QStringList lines = QString::fromAscii(data).split(QLatin1Char('\n'));