summaryrefslogtreecommitdiff
path: root/core/pim/osearch/datebooksearch.h
Unidiff
Diffstat (limited to 'core/pim/osearch/datebooksearch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/datebooksearch.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/pim/osearch/datebooksearch.h b/core/pim/osearch/datebooksearch.h
index 35bbe5a..bb31462 100644
--- a/core/pim/osearch/datebooksearch.h
+++ b/core/pim/osearch/datebooksearch.h
@@ -24,13 +24,17 @@ class DatebookSearch : public SearchGroup
24{ 24{
25public: 25public:
26 DatebookSearch(QListView* parent, QString name); 26 DatebookSearch(QListView* parent, QString name);
27 27
28 ~DatebookSearch(); 28 ~DatebookSearch();
29 29
30 virtual void expand(); 30protected:
31 virtual void load();
32 virtual int search();
33 virtual void insertItem( void* );
34
31private: 35private:
32 ODateBookAccess *_dates; 36 ODateBookAccess *_dates;
33 37
34}; 38};
35 39
36#endif 40#endif