┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdenilson Cavalcanti Da Silva <[email protected]>2009-12-03 19:32:42 +0000
committerAdenilson Cavalcanti Da Silva <[email protected]>2009-12-03 19:32:42 +0000
commite6defda0b874cd96632fe6429467d1cd5badf7ce (patch)
tree455df421130fa8eb7bd121ddbcf6d5e597decd83
parent3dc3edfa79b04b8387fe1607f67d994ccc5a68da (diff)
Patches to make kdebase compile with current animation code.
svn path=/trunk/KDE/kdebase/apps/; revision=1057994
-rw-r--r--src/search/dolphinsearchoptionsconfigurator.cpp7
1 files changed, 5 insertions, 2 deletions
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