diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 27a251b7d7..0ab4d86cdd 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -273,7 +273,7 @@ void DolphinSearchBox::slotReturnPressed() void DolphinSearchBox::updateSearchInputParsing() { -#ifdef HAVE_NEPOMUK +#ifdef HAVE_BALOO m_searchInput->setParsingEnabled(m_contentButton->isChecked()); #endif }