summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-09-28 21:08:26 +0400
committerDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-11-10 21:44:49 +0300
commitad8325eeca5a42851a2c2c38e027085f6deb1cf8 (patch)
treebd3b37392584b45656acf88ae58fdd054ddbd99e /src
parentrekonq 0.2.95 (diff)
downloadrekonq-ad8325eeca5a42851a2c2c38e027085f6deb1cf8.tar.xz
Show clear button in history panel filter line edit
Diffstat (limited to 'src')
-rw-r--r--src/panelhistory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp
index 60338ef7..1f7dcd07 100644
--- a/src/panelhistory.cpp
+++ b/src/panelhistory.cpp
@@ -55,6 +55,7 @@ PanelHistory::PanelHistory(QWidget *parent)
QLabel *searchLabel = new QLabel(i18n("Search:"));
hBoxLayout->addWidget(searchLabel);
KLineEdit *search = new KLineEdit;
+ search->setClearButtonShown(true);
hBoxLayout->addWidget(search);
QWidget *searchBar = new QWidget;
searchBar->setLayout(hBoxLayout);