summaryrefslogtreecommitdiff
path: root/core/pim/osearch/eventitem.h
Unidiff
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 d0d45a8..5f9c9fc 100644
--- a/core/pim/osearch/eventitem.h
+++ b/core/pim/osearch/eventitem.h
@@ -29,11 +29,12 @@ public:
29 29
30 virtual QString toRichText(); 30 virtual QString toRichText();
31 virtual void action( int ); 31 virtual void action( int );
32 virtual QIntDict<QString> actions(); 32 virtual QIntDict<QString> actions();
33 33
34private: 34private:
35 void setIcon();
35 OEvent *_event; 36 OEvent *_event;
36 37
37}; 38};
38 39
39#endif 40#endif