diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
index 90101bf653f96209158e8fe888dc1a72c425944e..1d2bd4b4b7c45bc334ac959b050775471fc3b0c4 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
@@ -20,7 +20,6 @@ MaemoDeployStepWidget::MaemoDeployStepWidget(MaemoDeployStep *step) :
     m_step(step)
 {
     ui->setupUi(this);
-    ui->mountPortSpinBox->setToolTip(ui->mountPortLabel->toolTip());
 
     connect(m_step->deployables(), SIGNAL(modelsCreated()), this,
         SLOT(handleModelsCreated()));
diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui
index 8914fadad53281db074745ed9bc033c05e336965..6cc3697c6d91a18f724bd485983699a1e047d542 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui
@@ -46,8 +46,7 @@
      <item row="1" column="0">
       <widget class="QLabel" name="mountPortLabel">
        <property name="toolTip">
-        <string>The port on the device to use for mounting the host disk during deployment. 
-Note: On Windows, several consecutive ports may be used, starting with the one set here.</string>
+        <string/>
        </property>
        <property name="text">
         <string>Mount port:</string>