summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxapplicationrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxapplicationrunner.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxapplicationrunner.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/remotelinux/remotelinuxapplicationrunner.h b/src/plugins/remotelinux/remotelinuxapplicationrunner.h
index a9e8e6c951..1b0d850bca 100644
--- a/src/plugins/remotelinux/remotelinuxapplicationrunner.h
+++ b/src/plugins/remotelinux/remotelinuxapplicationrunner.h
@@ -26,26 +26,22 @@
**
**
**************************************************************************/
+
#ifndef REMOTELINUXAPPLICATIONRUNNER_H
#define REMOTELINUXAPPLICATIONRUNNER_H
#include "remotelinux_export.h"
#include <projectexplorer/devicesupport/idevice.h>
-
-#include <QObject>
-#include <QSharedPointer>
+#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
namespace QSsh { class SshConnection; }
namespace Utils { class PortList; }
namespace RemoteLinux {
class RemoteLinuxRunConfiguration;
-class RemoteLinuxUsedPortsGatherer;
-namespace Internal {
-class AbstractRemoteLinuxApplicationRunnerPrivate;
-}
+namespace Internal { class AbstractRemoteLinuxApplicationRunnerPrivate; }
class REMOTELINUX_EXPORT AbstractRemoteLinuxApplicationRunner : public QObject
{
@@ -63,7 +59,7 @@ public:
ProjectExplorer::IDevice::ConstPtr devConfig() const;
QSsh::SshConnection *connection() const;
- RemoteLinuxUsedPortsGatherer *usedPortsGatherer() const;
+ ProjectExplorer::DeviceUsedPortsGatherer *usedPortsGatherer() const;
Utils::PortList *freePorts();
QString remoteExecutable() const;
QString arguments() const;