┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 27a251b7d..0ab4d86cd 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
}