summaryrefslogtreecommitdiff
path: root/core/pim/today/todayconfig.cpp
authorharlekin <harlekin>2002-10-11 17:18:08 (UTC)
committer harlekin <harlekin>2002-10-11 17:18:08 (UTC)
commit3f29dc777e7f0a5c2a9b44521b486c69b610c13a (patch) (side-by-side diff)
tree5b1019cbf47625faad281959497c4a2e6ea6678e /core/pim/today/todayconfig.cpp
parent526ee9ecc0e9b35dfff85f37ece86ab628efd47e (diff)
downloadopie-3f29dc777e7f0a5c2a9b44521b486c69b610c13a.zip
opie-3f29dc777e7f0a5c2a9b44521b486c69b610c13a.tar.gz
opie-3f29dc777e7f0a5c2a9b44521b486c69b610c13a.tar.bz2
added more whatsthis
Diffstat (limited to 'core/pim/today/todayconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todayconfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp
index d15e2ab..f9dd8f7 100644
--- a/core/pim/today/todayconfig.cpp
+++ b/core/pim/today/todayconfig.cpp
@@ -69,6 +69,7 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal )
m_appletListView->addColumn( "PluginList" );
m_appletListView->header()->hide();
m_appletListView->setSorting( -1 );
+ QWhatsThis::add( m_appletListView, tr( "Check a checkbox to activate/deactivate a plugin ore use the arrow buttons on the right to change the appearance order" ) );
QVBox *vbox1 = new QVBox( hbox1 );
new ToolButton( vbox1, tr( "Move Up" ), "up", this , SLOT( moveSelectedUp() ) );
new ToolButton( vbox1, tr( "Move Down" ), "down", this , SLOT( moveSelectedDown() ) );