┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-12 22:03:07 +0000
committerPeter Penz <[email protected]>2009-11-12 22:03:07 +0000
commit4f24794fc32cd94dfbd473fa8dbc4b504c20bcb3 (patch)
tree2de92b8e347dba6c826c52ceb854b5b74f881cae /src/search/dolphinsearchbox.cpp
parent51dc542497510da366748304c63894f0f5feb466 (diff)
initial code to provide a Nepomuk query string out of the search criterions
svn path=/trunk/KDE/kdebase/apps/; revision=1048202
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
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();
}