summaryrefslogtreecommitdiff
path: root/core/pim/osearch/eventitem.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/eventitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/eventitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/osearch/eventitem.h b/core/pim/osearch/eventitem.h
index c3483de..999f0ac 100644
--- a/core/pim/osearch/eventitem.h
+++ b/core/pim/osearch/eventitem.h
@@ -8,31 +8,32 @@
// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef EVENTITEM_H
#define EVENTITEM_H
#include "resultitem.h"
class OEvent;
/**
@author Patrick S. Vogt
*/
class EventItem : public ResultItem
{
public:
EventItem(OListViewItem* parent, OEvent *event);
~EventItem();
virtual QString toRichText();
virtual void editItem();
+ virtual void showItem();
private:
OEvent *_event;
};
#endif