summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/linuxdevicetester.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/linuxdevicetester.h')
-rw-r--r--src/plugins/remotelinux/linuxdevicetester.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/remotelinux/linuxdevicetester.h b/src/plugins/remotelinux/linuxdevicetester.h
index b7a9b1fc2c..d4b1467596 100644
--- a/src/plugins/remotelinux/linuxdevicetester.h
+++ b/src/plugins/remotelinux/linuxdevicetester.h
@@ -35,16 +35,12 @@
#include <projectexplorer/devicesupport/idevice.h>
-namespace QSsh {
-class SshConnection;
-}
+namespace ProjectExplorer { class DeviceUsedPortsGatherer; }
+namespace QSsh { class SshConnection; }
namespace RemoteLinux {
-class RemoteLinuxUsedPortsGatherer;
-namespace Internal {
-class GenericLinuxDeviceTesterPrivate;
-}
+namespace Internal { class GenericLinuxDeviceTesterPrivate; }
class REMOTELINUX_EXPORT AbstractLinuxDeviceTester : public QObject
{
@@ -77,7 +73,7 @@ public:
void testDevice(const ProjectExplorer::IDevice::ConstPtr &deviceConfiguration);
void stopTest();
- RemoteLinuxUsedPortsGatherer *usedPortsGatherer() const;
+ ProjectExplorer::DeviceUsedPortsGatherer *usedPortsGatherer() const;
private slots:
void handleConnected();