summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnxattachdebugsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/qnxattachdebugsupport.h')
-rw-r--r--src/plugins/qnx/qnxattachdebugsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnxattachdebugsupport.h b/src/plugins/qnx/qnxattachdebugsupport.h
index 3ce4d2fe0a..744bec6c93 100644
--- a/src/plugins/qnx/qnxattachdebugsupport.h
+++ b/src/plugins/qnx/qnxattachdebugsupport.h
@@ -35,7 +35,7 @@
namespace Debugger { class DebuggerRunControl; }
namespace ProjectExplorer {
-class DeviceApplicationRunner;
+class ApplicationLauncher;
class DeviceUsedPortsGatherer;
class Kit;
}
@@ -68,7 +68,7 @@ private:
ProjectExplorer::IDevice::ConstPtr m_device;
ProjectExplorer::DeviceProcessItem m_process;
- ProjectExplorer::DeviceApplicationRunner *m_runner;
+ ProjectExplorer::ApplicationLauncher *m_launcher;
ProjectExplorer::DeviceUsedPortsGatherer *m_portsGatherer;
Debugger::DebuggerRunControl *m_runControl = 0;