void setTimespan(const QDate& date);
void addSearchTag(const QString& tag);
void removeSearchTag(const QString& tag);
+ void resetSearchTags();
void initComboBox(QComboBox* combo);
void updateTagsSelector();
QStringList m_searchTags;
KCoreDirLister m_tagsLister;
+ QAction *m_clearTagsAction;
};
#endif