From: Adenilson Cavalcanti Da Silva Date: Thu, 3 Dec 2009 19:32:42 +0000 (+0000) Subject: Patches to make kdebase compile with current animation code. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e6defda0b874cd96632fe6429467d1cd5badf7ce Patches to make kdebase compile with current animation code. svn path=/trunk/KDE/kdebase/apps/; revision=1057994 --- diff --git a/src/search/dolphinsearchoptionsconfigurator.cpp b/src/search/dolphinsearchoptionsconfigurator.cpp index 3b43b8a01..8468877f4 100644 --- a/src/search/dolphinsearchoptionsconfigurator.cpp +++ b/src/search/dolphinsearchoptionsconfigurator.cpp @@ -191,7 +191,10 @@ KUrl DolphinSearchOptionsConfigurator::nepomukUrl() const // TODO: respect m_customSearchQuery - return query.toSearchUrl(); + //XXX: wont compile + //return query.toSearchUrl(); + KUrl obj; + return obj; } void DolphinSearchOptionsConfigurator::setCustomSearchQuery(const QString& searchQuery) @@ -301,7 +304,7 @@ void DolphinSearchOptionsConfigurator::saveQuery() void DolphinSearchOptionsConfigurator::addCriterion(SearchCriterionSelector* criterion) { - connect(criterion, SIGNAL(removeCriterion()), this, SLOT(removeCriterion())); + connect(criterion, SIGNAL(removeCriterion()), this, SLOT(removeCriterion())); connect(criterion, SIGNAL(criterionChanged()), this, SLOT(slotCriterionChanged())); // insert the new selector before the KSeparator at the bottom