summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mediumglobal.cc
Side-by-side diff
Diffstat (limited to 'noncore/settings/mediummount/mediumglobal.cc') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/mediummount/mediumglobal.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/settings/mediummount/mediumglobal.cc b/noncore/settings/mediummount/mediumglobal.cc
index 921fcd1..c1ad415 100644
--- a/noncore/settings/mediummount/mediumglobal.cc
+++ b/noncore/settings/mediummount/mediumglobal.cc
@@ -8,4 +8,5 @@
#include <qframe.h>
#include <qgroupbox.h>
+#include <qwhatsthis.h>
#include <qpe/config.h>
@@ -32,5 +33,6 @@ void MediumGlobalWidget::initGUI()
m_label = new QLabel( this );
m_label->setTextFormat( Qt::RichText );
- m_label->setText( tr("If a medium gets inserted into this device Opie "
+ m_label->setText( tr("") );
+ QWhatsThis::add( this, ("If a medium gets inserted into this device Opie "
"tries to search the medium for Dcouments. On "
"large mediums this can take some time. You can choose "
@@ -39,4 +41,5 @@ void MediumGlobalWidget::initGUI()
"each medium."
) );
+
m_layout->addWidget( m_label );