aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/device-detection/qdbwatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/boot2qt/device-detection/qdbwatcher.cpp')
-rw-r--r--src/plugins/boot2qt/device-detection/qdbwatcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/boot2qt/device-detection/qdbwatcher.cpp b/src/plugins/boot2qt/device-detection/qdbwatcher.cpp
index 3375e10e026..869b2d84fcb 100644
--- a/src/plugins/boot2qt/device-detection/qdbwatcher.cpp
+++ b/src/plugins/boot2qt/device-detection/qdbwatcher.cpp
@@ -8,7 +8,7 @@
#include "../qdbutils.h"
#include <utils/filepath.h>
-#include <utils/qtcprocess.h>
+#include <utils/process.h>
#include <QFile>
#include <QTimer>
@@ -118,7 +118,7 @@ void QdbWatcher::forkHostServer()
showMessage(message, true);
return;
}
- if (Utils::QtcProcess::startDetached({qdbFilePath, {"server"}}))
+ if (Utils::Process::startDetached({qdbFilePath, {"server"}}))
showMessage(Tr::tr("QDB host server started."), false);
else
showMessage(Tr::tr("Could not start QDB host server in %1").arg(qdbFilePath.toString()), true);