summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r--src/searchbar.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index d5b68e54..6e391d5c 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -92,10 +92,6 @@ void SearchBar::searchNow()
void SearchBar::focusInEvent(QFocusEvent *event)
{
KLineEdit::focusInEvent(event);
-
-// QPalette p;
-// p.setColor(QPalette::Text , Qt::black);
-// setPalette(p);
clear();
}