┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinfacetswidget.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2012-10-15 21:46:59 +0200
committerEmmanuel Pescosta <[email protected]>2012-10-15 21:46:59 +0200
commita9b04801db0d981db4eb26b282da8ac7de77d32d (patch)
treeeffe242cd88d30a82fc7b9a366b2dae679a52198 /src/search/dolphinfacetswidget.h
parentc239ae19de0e9aa8d27dc6b1b813421bdb7379fa (diff)
Port Dolphin from Nepomuk to Nepomuk2 according to the Nepomuk2Port mini guide on techbase - http://techbase.kde.org/Projects/Nepomuk/Nepomuk2Port
REVIEW: 106825
Diffstat (limited to 'src/search/dolphinfacetswidget.h')
-rw-r--r--src/search/dolphinfacetswidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h
index 65734aa66..57bed9e68 100644
--- a/src/search/dolphinfacetswidget.h
+++ b/src/search/dolphinfacetswidget.h
@@ -24,7 +24,7 @@
#include <config-nepomuk.h>
#ifdef HAVE_NEPOMUK
- #include <Nepomuk/Query/Term>
+ #include <Nepomuk2/Query/Term>
#endif
class QButtonGroup;
@@ -56,7 +56,7 @@ public:
virtual ~DolphinFacetsWidget();
#ifdef HAVE_NEPOMUK
- Nepomuk::Query::Term facetsTerm() const;
+ Nepomuk2::Query::Term facetsTerm() const;
#endif
signals: