aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/terminal.h')
-rw-r--r--src/plugins/debugger/terminal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/terminal.h b/src/plugins/debugger/terminal.h
index b4fa1317c59..cd57e9eea21 100644
--- a/src/plugins/debugger/terminal.h
+++ b/src/plugins/debugger/terminal.h
@@ -8,7 +8,7 @@
#include <projectexplorer/runcontrol.h>
-namespace Utils { class QtcProcess; }
+namespace Utils { class Process; }
namespace Debugger {
@@ -65,7 +65,7 @@ private:
void stubStarted();
void stubDone();
- Utils::QtcProcess *m_stubProc = nullptr;
+ Utils::Process *m_stubProc = nullptr;
std::function<ProjectExplorer::Runnable()> m_stubRunnable;
qint64 m_applicationPid = 0;
qint64 m_applicationMainThreadId = 0;