From 4f24794fc32cd94dfbd473fa8dbc4b504c20bcb3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 12 Nov 2009 22:03:07 +0000 Subject: initial code to provide a Nepomuk query string out of the search criterions svn path=/trunk/KDE/kdebase/apps/; revision=1048202 --- src/search/dolphinsearchbox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/search/dolphinsearchbox.cpp') 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 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(); } -- cgit v1.3