From 4491e38760e29f9cc5b491112cf43e36df09acb9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 25 Nov 2009 21:38:47 +0000 Subject: adopt internal interfaces to the new Nepomuk search API svn path=/trunk/KDE/kdebase/apps/; revision=1054327 --- src/search/searchcriteriondescription.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/search/searchcriteriondescription.cpp') diff --git a/src/search/searchcriteriondescription.cpp b/src/search/searchcriteriondescription.cpp index bad53e851..25639df0c 100644 --- a/src/search/searchcriteriondescription.cpp +++ b/src/search/searchcriteriondescription.cpp @@ -21,7 +21,7 @@ #include "searchcriteriondescription.h" SearchCriterionDescription::SearchCriterionDescription(const QString& name, - const QString& identifier, + const QUrl& identifier, const QList& comparators, SearchCriterionValue* valueWidget) : m_name(name), @@ -40,7 +40,7 @@ QString SearchCriterionDescription::name() const return m_name; } -QString SearchCriterionDescription::identifier() const +QUrl SearchCriterionDescription::identifier() const { return m_identifier; } -- cgit v1.3