diff options
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 666405014..c9a86111f 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -277,7 +277,6 @@ bool DolphinSearchBox::event(QEvent* event) return QWidget::event(event); } -#include <kdebug.h> bool DolphinSearchBox::eventFilter(QObject* watched, QEvent* event) { if ((watched == m_searchInput) && (event->type() == QEvent::FocusIn)) { @@ -287,7 +286,6 @@ bool DolphinSearchBox::eventFilter(QObject* watched, QEvent* event) if (m_completer == 0) { m_completer = new DolphinSearchCompleter(m_searchInput); } - kDebug() << "---- got focus! is visible? " << isVisible(); emit requestSearchOptions(); } |
