aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r--src/plugins/qnx/qnxdebugsupport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnxdebugsupport.cpp b/src/plugins/qnx/qnxdebugsupport.cpp
index 831e1debe39..4e0a8646eab 100644
--- a/src/plugins/qnx/qnxdebugsupport.cpp
+++ b/src/plugins/qnx/qnxdebugsupport.cpp
@@ -97,7 +97,7 @@ static QStringList searchPaths(Kit *kit)
class QnxDebuggeeRunner : public ProjectExplorer::SimpleTargetRunner
{
public:
- QnxDebuggeeRunner(RunControl *runControl, GdbServerPortsGatherer *portsGatherer)
+ QnxDebuggeeRunner(RunControl *runControl, DebugServerPortsGatherer *portsGatherer)
: SimpleTargetRunner(runControl)
{
setId("QnxDebuggeeRunner");
@@ -191,7 +191,7 @@ private:
class PDebugRunner : public ProjectExplorer::SimpleTargetRunner
{
public:
- PDebugRunner(RunControl *runControl, GdbServerPortsGatherer *portsGatherer)
+ PDebugRunner(RunControl *runControl, DebugServerPortsGatherer *portsGatherer)
: SimpleTargetRunner(runControl)
{
setId("PDebugRunner");