From 64afe7b22622f79b34aafd54501b08120ab2fc5c Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 6 Feb 2014 20:29:09 +0100 Subject: Port Dolphin to Baloo Nepomuk is being replaced with Baloo --- src/search/dolphinfacetswidget.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 57bed9e68..526fe1c79 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -22,9 +22,9 @@ #include -#include -#ifdef HAVE_NEPOMUK - #include +#include +#ifdef HAVE_BALOO + #include #endif class QButtonGroup; @@ -55,8 +55,9 @@ public: explicit DolphinFacetsWidget(QWidget* parent = 0); virtual ~DolphinFacetsWidget(); -#ifdef HAVE_NEPOMUK - Nepomuk2::Query::Term facetsTerm() const; +#ifdef HAVE_BALOO + Baloo::Term ratingTerm() const; + QStringList facetTypes() const; #endif signals: -- cgit v1.3.1