summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todoitem.h
Unidiff
Diffstat (limited to 'core/pim/osearch/todoitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/todoitem.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/pim/osearch/todoitem.h b/core/pim/osearch/todoitem.h
index 6f34915..9dfd4ff 100644
--- a/core/pim/osearch/todoitem.h
+++ b/core/pim/osearch/todoitem.h
@@ -4,3 +4,3 @@
4// 4//
5// Description: 5// Description:
6// 6//
@@ -27,6 +27,5 @@ public:
27 27
28 virtual void expand();
29 virtual QString toRichText(); 28 virtual QString toRichText();
30 virtual void showItem(); 29 virtual void action( int );
31 virtual void editItem(); 30 virtual QIntDict<QString> actions();
32 31