From a960935b00f653d5587f9233a0e84e3ecf7ea933 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Dec 2009 05:59:45 +0000 Subject: * allow to filter the search result by images or text-documents * minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1061550 --- src/dolphinmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index ebc8dc268..7291a1117 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1011,8 +1011,8 @@ void DolphinMainWindow::slotTestCanDecode(const QDragMoveEvent* event, bool& can void DolphinMainWindow::searchItems() { #ifdef HAVE_NEPOMUK - const KUrl nepomukUrl = m_searchOptionsConfigurator->nepomukUrl(); - m_activeViewContainer->setUrl(nepomukUrl); + const KUrl nepomukSearchUrl = m_searchOptionsConfigurator->nepomukSearchUrl(); + m_activeViewContainer->setUrl(nepomukSearchUrl); #endif } -- cgit v1.3