summaryrefslogtreecommitdiff
path: root/src/plugins/madde/maemorunfactories.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/madde/maemorunfactories.cpp')
-rw-r--r--src/plugins/madde/maemorunfactories.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/madde/maemorunfactories.cpp b/src/plugins/madde/maemorunfactories.cpp
index 1749d15e8a..70734d7938 100644
--- a/src/plugins/madde/maemorunfactories.cpp
+++ b/src/plugins/madde/maemorunfactories.cpp
@@ -157,7 +157,7 @@ bool MaemoRunConfigurationFactory::canHandle(Target *t) const
if (!qobject_cast<Qt4Project *>(t->project()))
return false;
Core::Id devType = DeviceTypeProfileInformation::deviceTypeId(t->profile());
- return devType == Core::Id(Maemo5OsType) || devType == Core::Id(HarmattanOsType);
+ return devType == Maemo5OsType || devType == HarmattanOsType;
}
QList<RunConfiguration *> MaemoRunConfigurationFactory::runConfigurationsForNode(Target *t, Node *n)