summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todosearch.h
Unidiff
Diffstat (limited to 'core/pim/osearch/todosearch.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/todosearch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/osearch/todosearch.h b/core/pim/osearch/todosearch.h
index 740e483..c047348 100644
--- a/core/pim/osearch/todosearch.h
+++ b/core/pim/osearch/todosearch.h
@@ -1,47 +1,46 @@
1// 1//
2// 2//
3// C++ Interface: $MODULE$ 3// C++ Interface: $MODULE$
4// 4//
5// Description: 5// Description:
6// 6//
7// 7//
8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003 8// Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
9// 9//
10// Copyright: See COPYING file that comes with this distribution 10// Copyright: See COPYING file that comes with this distribution
11// 11//
12// 12//
13#ifndef TODOSEARCH_H 13#ifndef TODOSEARCH_H
14#define TODOSEARCH_H 14#define TODOSEARCH_H
15 15
16#include "searchgroup.h" 16#include "searchgroup.h"
17 17
18#include <opie2/otodoaccess.h> 18#include <opie2/otodoaccess.h>
19#include <opie2/opimtodo.h> 19#include <opie2/opimtodo.h>
20 20
21class QAction; 21class QAction;
22 22
23using namespace Opie;
24 23
25/** 24/**
26@author Patrick S. Vogt 25@author Patrick S. Vogt
27*/ 26*/
28class TodoSearch : public SearchGroup 27class TodoSearch : public SearchGroup
29{ 28{
30public: 29public:
31 TodoSearch(QListView* parent, QString name); 30 TodoSearch(QListView* parent, QString name);
32 ~TodoSearch(); 31 ~TodoSearch();
33 32
34 virtual QPopupMenu* popupMenu(); 33 virtual QPopupMenu* popupMenu();
35 34
36protected: 35protected:
37 virtual void load(); 36 virtual void load();
38 virtual int search(); 37 virtual int search();
39 virtual void insertItem( void* ); 38 virtual void insertItem( void* );
40 39
41private: 40private:
42 OPimTodoAccess *_todos; 41 Opie::OPimTodoAccess *_todos;
43 QAction *actionShowCompleted; 42 QAction *actionShowCompleted;
44 QPopupMenu *_popupMenu; 43 QPopupMenu *_popupMenu;
45}; 44};
46 45
47#endif 46#endif