diff options
| author | Peter Penz <[email protected]> | 2008-03-13 23:43:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-13 23:43:16 +0000 |
| commit | 4b48006164c20d54dd335b72d037b614aa87aac7 (patch) | |
| tree | ecf9450104c196285672e839a385a7738db3595c /src | |
| parent | bd925ea49a7e4e7c6e652f4529dcd0c4e25fd19a (diff) | |
show clear button in filterbar (if bugfixes would always be as straight forward as this one ;-))
BUG: 158852
svn path=/trunk/KDE/kdebase/apps/; revision=785414
Diffstat (limited to 'src')
| -rw-r--r-- | src/filterbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filterbar.cpp b/src/filterbar.cpp index 6e7443715..a4284a8b5 100644 --- a/src/filterbar.cpp +++ b/src/filterbar.cpp @@ -45,6 +45,7 @@ FilterBar::FilterBar(QWidget* parent) : hLayout->addSpacing(KDialog::spacingHint()); m_filterInput = new KLineEdit(this); + m_filterInput->setClearButtonShown(true); m_filter->setBuddy(m_filterInput); hLayout->addWidget(m_filterInput); |
