summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todosearch.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/todosearch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/todosearch.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/core/pim/osearch/todosearch.h b/core/pim/osearch/todosearch.h
new file mode 100644
index 0000000..33c1064
--- a/dev/null
+++ b/core/pim/osearch/todosearch.h
@@ -0,0 +1,35 @@
+//
+//
+// C++ Interface: $MODULE$
+//
+// Description:
+//
+//
+// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+#ifndef TODOSEARCH_H
+#define TODOSEARCH_H
+
+#include "filesearch.h"
+
+class OTodoAccess;
+
+/**
+@author Patrick S. Vogt
+*/
+class TodoSearch : public SearchGroup
+{
+public:
+ TodoSearch(QListView* parent, QString name);
+
+ ~TodoSearch();
+
+ virtual void expand();
+private:
+ OTodoAccess *_todos;
+};
+
+#endif