From 8ba422d07c4371a47b575bdef3051554cd4063e0 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 3 Sep 2012 18:31:44 +0200 Subject: s/profile/kit/ * Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by: Eike Ziller --- src/plugins/qnx/blackberrycreatepackagestepfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/qnx/blackberrycreatepackagestepfactory.cpp') diff --git a/src/plugins/qnx/blackberrycreatepackagestepfactory.cpp b/src/plugins/qnx/blackberrycreatepackagestepfactory.cpp index dce16ae954..d499105686 100644 --- a/src/plugins/qnx/blackberrycreatepackagestepfactory.cpp +++ b/src/plugins/qnx/blackberrycreatepackagestepfactory.cpp @@ -38,7 +38,7 @@ #include "blackberrydeviceconfigurationfactory.h" #include -#include +#include #include #include @@ -60,7 +60,7 @@ QList BlackBerryCreatePackageStepFactory::availableCreationIds( if (parent->id() != ProjectExplorer::Constants::BUILDSTEPS_DEPLOY) return QList(); - Core::Id deviceType = ProjectExplorer::DeviceTypeProfileInformation::deviceTypeId(parent->target()->profile()); + Core::Id deviceType = ProjectExplorer::DeviceTypeKitInformation::deviceTypeId(parent->target()->kit()); if (deviceType != BlackBerryDeviceConfigurationFactory::deviceType()) return QList(); -- cgit v1.2.1