aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforcechecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perforce/perforcechecker.h')
-rw-r--r--src/plugins/perforce/perforcechecker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/perforce/perforcechecker.h b/src/plugins/perforce/perforcechecker.h
index e9325b4cedd..d0f608de705 100644
--- a/src/plugins/perforce/perforcechecker.h
+++ b/src/plugins/perforce/perforcechecker.h
@@ -4,7 +4,7 @@
#pragma once
#include <utils/filepath.h>
-#include <utils/qtcprocess.h>
+#include <utils/process.h>
namespace Perforce::Internal {
@@ -44,7 +44,7 @@ private:
void parseOutput(const QString &);
inline void resetOverrideCursor();
- Utils::QtcProcess m_process;
+ Utils::Process m_process;
Utils::FilePath m_binary;
int m_timeOutMS = -1;
bool m_timedOut = false;