diff --git a/src/blackcore/context_network_proxy.cpp b/src/blackcore/context_network_proxy.cpp index ae56d459c..ad3600b72 100644 --- a/src/blackcore/context_network_proxy.cpp +++ b/src/blackcore/context_network_proxy.cpp @@ -250,7 +250,7 @@ namespace BlackCore bool CContextNetworkProxy::parseCommandLine(const QString &commandLine, const COriginator &originator) { - return this->m_dBusInterface->callDBusRet(QLatin1Literal("commandLineEntered"), commandLine, originator); + return this->m_dBusInterface->callDBusRet(QLatin1Literal("parseCommandLine"), commandLine, originator); } void CContextNetworkProxy::sendTextMessages(const CTextMessageList &textMessages)