diff options
| author | Peter Penz <[email protected]> | 2009-11-25 21:38:47 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-25 21:38:47 +0000 |
| commit | 4491e38760e29f9cc5b491112cf43e36df09acb9 (patch) | |
| tree | 8fbaa5e4b7229b01db64abe752c258c0f01c6ff1 /src/search/searchcriteriondescription.cpp | |
| parent | d324e790d62c8a341abd06e845f8fe8d64aa8ef3 (diff) | |
adopt internal interfaces to the new Nepomuk search API
svn path=/trunk/KDE/kdebase/apps/; revision=1054327
Diffstat (limited to 'src/search/searchcriteriondescription.cpp')
| -rw-r--r-- | src/search/searchcriteriondescription.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<Comparator>& 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; } |
