┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/search/dolphinsearchbox.cpp2
2 files changed, 1 insertions, 4 deletions
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 <nepomuk/resourcemanager.h>
#include <nepomuk/resourcetypeterm.h>
#include <nepomuk/comparisonterm.h>
- #include "nfo.h"
+ #include <nepomuk/nfo.h>
#endif
DolphinSearchBox::DolphinSearchBox(QWidget* parent) :