// TODO: respect m_customSearchQuery
- return query.toSearchUrl();
+ //XXX: wont compile
+ //return query.toSearchUrl();
+ KUrl obj;
+ return obj;
}
void DolphinSearchOptionsConfigurator::setCustomSearchQuery(const QString& searchQuery)
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