void DolphinMainWindow::slotSearchModeChanged(bool enabled)
{
+#ifdef HAVE_NEPOMUK
if (Nepomuk::ResourceManager::instance()->init() != 0) {
// Currently the Filter Panel only works with Nepomuk enabled
return;
}
m_filterDockIsTemporaryVisible = false;
}
+#else
+ Q_UNUSED(enabled);
+#endif
}
void DolphinMainWindow::openContextMenu(const KFileItem& item,