summaryrefslogtreecommitdiffstats
path: root/client/resourceaccess.cpp
diff options
context:
space:
mode:
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}