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.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/core/pim/osearch/datebooksearch.h b/core/pim/osearch/datebooksearch.h
new file mode 100644
index 0000000..35bbe5a
--- a/dev/null
+++ b/core/pim/osearch/datebooksearch.h
@@ -0,0 +1,36 @@
1//
2//
3// C++ Interface: $MODULE$
4//
5// Description:
6//
7//
8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
9//
10// Copyright: See COPYING file that comes with this distribution
11//
12//
13#ifndef DATEBOOKSEARCH_H
14#define DATEBOOKSEARCH_H
15
16#include "searchgroup.h"
17
18class ODateBookAccess;
19
20/**
21@author Patrick S. Vogt
22*/
23class DatebookSearch : public SearchGroup
24{
25public:
26 DatebookSearch(QListView* parent, QString name);
27
28 ~DatebookSearch();
29
30 virtual void expand();
31private:
32 ODateBookAccess *_dates;
33
34};
35
36#endif