diff options
| author | Peter Penz <[email protected]> | 2009-12-12 05:59:45 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-12-12 05:59:45 +0000 |
| commit | a960935b00f653d5587f9233a0e84e3ecf7ea933 (patch) | |
| tree | 4c5be1cc0a670d43db39ba3b40c351b304ad4821 /src/dolphinmainwindow.cpp | |
| parent | f5deeadebbb67b4b20eae13f55e0ef66f4127eea (diff) | |
* allow to filter the search result by images or text-documents
* minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=1061550
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
