summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/callgrindengine.h')
-rw-r--r--src/plugins/valgrind/callgrindengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindengine.h b/src/plugins/valgrind/callgrindengine.h
index 2f22280ffa..13d04b6335 100644
--- a/src/plugins/valgrind/callgrindengine.h
+++ b/src/plugins/valgrind/callgrindengine.h
@@ -73,7 +73,7 @@ private:
bool m_markAsPaused = false;
- std::unique_ptr<Utils::QtcProcess> m_controllerProcess;
+ std::unique_ptr<Utils::Process> m_controllerProcess;
ProjectExplorer::Runnable m_valgrindRunnable;
qint64 m_pid = 0;