summaryrefslogtreecommitdiffstats
path: root/client/resourceaccess.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 02:33:51 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 02:33:51 +0100
commit5f40ace47be289c74ad95948c75ed86676158639 (patch)
treeb3c50012da8c7404398050a17724342866a9e83e /client/resourceaccess.cpp
parent6b8994edba4fcc0663838b90f66fe2ad0f9e134a (diff)
downloadsink-5f40ace47be289c74ad95948c75ed86676158639.tar.gz
sink-5f40ace47be289c74ad95948c75ed86676158639.zip
resource -> synchronizer
the resource will be the plugin that interacts with the source and store
Diffstat (limited to 'client/resourceaccess.cpp')
-rw-r--r--client/resourceaccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/resourceaccess.cpp b/client/resourceaccess.cpp
index 6f1e114..fce8ca6 100644
--- a/client/resourceaccess.cpp
+++ b/client/resourceaccess.cpp
@@ -104,7 +104,7 @@ void ResourceAccess::connectionError(QLocalSocket::LocalSocketError error)
104 log(QString("Attempting to start resource ") + m_resourceName); 104 log(QString("Attempting to start resource ") + m_resourceName);
105 QStringList args; 105 QStringList args;
106 args << m_resourceName; 106 args << m_resourceName;
107 if (QProcess::startDetached("akonadinext_resource", args)) { 107 if (QProcess::startDetached("akonadinext_synchronizer", args)) {
108 m_socket->open(); 108 m_socket->open();
109 } 109 }
110} 110}