From: Tobias Koenig Date: Thu, 4 Nov 2010 13:38:06 +0000 (+0000) Subject: Use the ontologies compiled into libnepomuk X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/bd7416d0af9d498d0f2b6611fabd16e8e508f094 Use the ontologies compiled into libnepomuk svn path=/trunk/KDE/kdebase/apps/; revision=1193072 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 86d46bd56..8cd67436b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -150,9 +150,6 @@ if(Nepomuk_FOUND) ${dolphin_SRCS} panels/filter/filterpanel.cpp ) - include(SopranoAddOntology) - soprano_add_ontology(dolphin_SRCS ${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nfo.trig "NFO" "Nepomuk::Vocabulary" "trig") - soprano_add_ontology(dolphin_SRCS ${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nie.trig "NIE" "Nepomuk::Vocabulary" "trig") endif(Nepomuk_FOUND) if(NOT WIN32) diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index d41aba605..2e4b58d9f 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -48,7 +48,7 @@ #include #include #include - #include "nfo.h" + #include #endif DolphinSearchBox::DolphinSearchBox(QWidget* parent) :