diff options
| author | Peter Penz <[email protected]> | 2009-11-12 23:18:21 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-12 23:18:21 +0000 |
| commit | a87760d22c0213306380322ec6d9e23809ee4c93 (patch) | |
| tree | 394304b43c914a69fbe5301fd10f02d0388f94ea /src/search/searchcriterionselector.cpp | |
| parent | 07f31c208790eaff918d7f08f442840c088dbe78 (diff) | |
move the search-button from the toolbar into the configurator widget
svn path=/trunk/KDE/kdebase/apps/; revision=1048239
Diffstat (limited to 'src/search/searchcriterionselector.cpp')
| -rw-r--r-- | src/search/searchcriterionselector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/searchcriterionselector.cpp b/src/search/searchcriterionselector.cpp index 34756cc30..f685e50fc 100644 --- a/src/search/searchcriterionselector.cpp +++ b/src/search/searchcriterionselector.cpp @@ -53,6 +53,7 @@ SearchCriterionSelector::SearchCriterionSelector(Type type, QWidget* parent) : m_removeButton = new QPushButton(this); m_removeButton->setIcon(KIcon("list-remove")); + m_removeButton->setToolTip(i18nc("@info", "Remove search option")); m_removeButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); connect(m_removeButton, SIGNAL(clicked()), this, SIGNAL(removeCriterion())); |
