aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/maemoglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/maemoglobal.cpp')
-rw-r--r--src/plugins/remotelinux/maemoglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/maemoglobal.cpp b/src/plugins/remotelinux/maemoglobal.cpp
index d65349baa9f..73975037262 100644
--- a/src/plugins/remotelinux/maemoglobal.cpp
+++ b/src/plugins/remotelinux/maemoglobal.cpp
@@ -157,7 +157,7 @@ PortList MaemoGlobal::freePorts(const LinuxDeviceConfiguration::ConstPtr &devCon
{
if (!devConf || !qtVersion)
return PortList();
- if (devConf->type() == LinuxDeviceConfiguration::Emulator) {
+ if (devConf->deviceType() == LinuxDeviceConfiguration::Emulator) {
MaemoQemuRuntime rt;
const int id = qtVersion->uniqueId();
if (MaemoQemuManager::instance().runtimeForQtVersion(id, &rt))