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
@@ -18,2 +18,3 @@
class ODateBookAccess;
+class QAction;
@@ -26,5 +27,6 @@ public:
DatebookSearch(QListView* parent, QString name);
-
~DatebookSearch();
+ virtual QPopupMenu* popupMenu();
+
protected:
@@ -36,3 +38,5 @@ private:
ODateBookAccess *_dates;
-
+ QAction *actionShowPastEvents;
+ QAction *actionSearchInDates;
+ QPopupMenu *_popupMenu;
};