summaryrefslogtreecommitdiff
path: root/core/pim/osearch/datebooksearch.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/datebooksearch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/datebooksearch.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/pim/osearch/datebooksearch.h b/core/pim/osearch/datebooksearch.h
index bb31462..a6d115e 100644
--- a/core/pim/osearch/datebooksearch.h
+++ b/core/pim/osearch/datebooksearch.h
@@ -16,6 +16,7 @@
#include "searchgroup.h"
class ODateBookAccess;
+class QAction;
/**
@author Patrick S. Vogt
@@ -24,9 +25,10 @@ class DatebookSearch : public SearchGroup
{
public:
DatebookSearch(QListView* parent, QString name);
-
~DatebookSearch();
+ virtual QPopupMenu* popupMenu();
+
protected:
virtual void load();
virtual int search();
@@ -34,7 +36,9 @@ protected:
private:
ODateBookAccess *_dates;
-
+ QAction *actionShowPastEvents;
+ QAction *actionSearchInDates;
+ QPopupMenu *_popupMenu;
};
#endif