summaryrefslogtreecommitdiff
path: root/core/pim/osearch/datebooksearch.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/datebooksearch.h') (more/less context) (show 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 @@
// Description:
//
//
// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef DATEBOOKSEARCH_H
#define DATEBOOKSEARCH_H
#include "searchgroup.h"
+#include <opie2/odatebookaccess.h>
+
+using namespace Opie;
-class ODateBookAccess;
class QAction;
/**
@author Patrick S. Vogt
*/
class DatebookSearch : public SearchGroup
{
public:
DatebookSearch(QListView* parent, QString name);
~DatebookSearch();
virtual QPopupMenu* popupMenu();