┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTobias Koenig <[email protected]>2010-11-04 13:38:06 +0000
committerTobias Koenig <[email protected]>2010-11-04 13:38:06 +0000
commitbd7416d0af9d498d0f2b6611fabd16e8e508f094 (patch)
tree51eada505638f854cc9a157dc9e397c688b32edf /src
parent7b8b1acf14dca72b871f7000958cdb2c00c4c787 (diff)
Use the ontologies compiled into libnepomuk
svn path=/trunk/KDE/kdebase/apps/; revision=1193072
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) :