summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-08 10:51:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-08 10:51:29 +0200
commit5a9d9ad3b251ab1ff3c62af465f37bdf5fd0bf6e (patch)
tree30d82bfdc820ec196cbd4ec9cb259ce74e6261fa /src/searchbar.cpp
parentAdded warning to debug navigation requests.. (diff)
downloadrekonq-5a9d9ad3b251ab1ff3c62af465f37bdf5fd0bf6e.tar.xz
Removed unuseful commented code
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();
}