From 9d4ad66abeb77072135a409c33c745f680856332 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 5 May 2015 16:32:23 +0200 Subject: Move away from Baloo::Term Baloo is set to become a framework and wants to only export the bare minimum number of classes as it will need to provide ABI + API guarentees forever. The Term class is now no longer exported. It can be added back again. REVIEW: 123643 --- src/search/dolphinfacetswidget.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 03fb1279d..6f0f0a619 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -22,11 +22,6 @@ #include -#include -#ifdef HAVE_BALOO - #include -#endif - class QButtonGroup; class QDate; class QRadioButton; @@ -55,13 +50,11 @@ public: explicit DolphinFacetsWidget(QWidget* parent = 0); virtual ~DolphinFacetsWidget(); -#ifdef HAVE_BALOO - Baloo::Term ratingTerm() const; + QString ratingTerm() const; QString facetType() const; - bool isRatingTerm(const Baloo::Term& term) const; - void setRatingTerm(const Baloo::Term& term); -#endif + bool isRatingTerm(const QString& term) const; + void setRatingTerm(const QString& term); void setFacetType(const QString& type); -- cgit v1.3.1