summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/maemodeploymentmounter.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-07-22 16:04:55 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-07-22 16:11:15 +0200
commitbbbda740c3aa8dd9896daceab9a28f5a80676f6e (patch)
treec737a14383fac5da6bab5a9ce04ad0edb60a327b /src/plugins/remotelinux/maemodeploymentmounter.h
parent9d5f420f4dd4f95d810e33146dd6f5976c08694c (diff)
downloadqt-creator-bbbda740c3aa8dd9896daceab9a28f5a80676f6e.tar.gz
RemoteLinux: Rename and export MaemoUsedPortsGatherer.
Class is not Maemo-specific. Change-Id: I14473cb329e4955d24dae1a1a4961eb6ebff869c Reviewed-on: http://codereview.qt.nokia.com/2042 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/maemodeploymentmounter.h')
-rw-r--r--src/plugins/remotelinux/maemodeploymentmounter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/maemodeploymentmounter.h b/src/plugins/remotelinux/maemodeploymentmounter.h
index 6ae82e5d2e..aac42add03 100644
--- a/src/plugins/remotelinux/maemodeploymentmounter.h
+++ b/src/plugins/remotelinux/maemodeploymentmounter.h
@@ -45,10 +45,10 @@ namespace Qt4ProjectManager { class Qt4BuildConfiguration; }
namespace RemoteLinux {
class LinuxDeviceConfiguration;
+class RemoteLinuxUsedPortsGatherer;
namespace Internal {
class MaemoRemoteMounter;
-class MaemoUsedPortsGatherer;
class MaemoDeploymentMounter : public QObject
{
@@ -93,7 +93,7 @@ private:
QSharedPointer<Utils::SshConnection> m_connection;
QSharedPointer<const LinuxDeviceConfiguration> m_devConf;
MaemoRemoteMounter * const m_mounter;
- MaemoUsedPortsGatherer * const m_portsGatherer;
+ RemoteLinuxUsedPortsGatherer * const m_portsGatherer;
PortList m_freePorts;
QList<MaemoMountSpecification> m_mountSpecs;
const Qt4ProjectManager::Qt4BuildConfiguration *m_buildConfig;