From 2bdc5c79c6b1193b6fb2e70a8ba24b7306c0121f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 14 Jul 2011 15:38:16 +0200 Subject: RemoteLinux: Separate generic and MADDE-specific deploy configurations. Change-Id: If06ee9fbf91a50bcb6c7b79a824f3f74f92b98d2 Reviewed-on: http://codereview.qt.nokia.com/1671 Reviewed-by: Christian Kandeler --- src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp') diff --git a/src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp b/src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp index fa624cc420..deec052742 100644 --- a/src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp +++ b/src/plugins/remotelinux/abstractremotelinuxdeploystep.cpp @@ -38,8 +38,6 @@ #include #include -#include - using namespace ProjectExplorer; namespace RemoteLinux { @@ -118,9 +116,9 @@ BuildStepConfigWidget *AbstractRemoteLinuxDeployStep::createConfigWidget() return new Internal::MaemoDeployStepBaseWidget(this); } -Internal::Qt4MaemoDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const +RemoteLinuxDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const { - return qobject_cast(BuildStep::deployConfiguration()); + return qobject_cast(BuildStep::deployConfiguration()); } void AbstractRemoteLinuxDeployStep::handleProgressMessage(const QString &message) -- cgit v1.2.1