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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/osearch/datebooksearch.h b/core/pim/osearch/datebooksearch.h
index a6d115e..2af727d 100644
--- a/core/pim/osearch/datebooksearch.h
+++ b/core/pim/osearch/datebooksearch.h
@@ -5,26 +5,28 @@
5// Description: 5// Description:
6// 6//
7// 7//
8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003 8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
9// 9//
10// Copyright: See COPYING file that comes with this distribution 10// Copyright: See COPYING file that comes with this distribution
11// 11//
12// 12//
13#ifndef DATEBOOKSEARCH_H 13#ifndef DATEBOOKSEARCH_H
14#define DATEBOOKSEARCH_H 14#define DATEBOOKSEARCH_H
15 15
16#include "searchgroup.h" 16#include "searchgroup.h"
17#include <opie2/odatebookaccess.h>
18
19using namespace Opie;
17 20
18class ODateBookAccess;
19class QAction; 21class QAction;
20 22
21/** 23/**
22@author Patrick S. Vogt 24@author Patrick S. Vogt
23*/ 25*/
24class DatebookSearch : public SearchGroup 26class DatebookSearch : public SearchGroup
25{ 27{
26public: 28public:
27 DatebookSearch(QListView* parent, QString name); 29 DatebookSearch(QListView* parent, QString name);
28 ~DatebookSearch(); 30 ~DatebookSearch();
29 31
30 virtual QPopupMenu* popupMenu(); 32 virtual QPopupMenu* popupMenu();