summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todosearch.h
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/todosearch.h') (more/less context) (show 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
@@ -7,41 +7,40 @@
//
// 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 "searchgroup.h"
#include <opie2/otodoaccess.h>
#include <opie2/opimtodo.h>
class QAction;
-using namespace Opie;
/**
@author Patrick S. Vogt
*/
class TodoSearch : public SearchGroup
{
public:
TodoSearch(QListView* parent, QString name);
~TodoSearch();
virtual QPopupMenu* popupMenu();
protected:
virtual void load();
virtual int search();
virtual void insertItem( void* );
private:
- OPimTodoAccess *_todos;
+ Opie::OPimTodoAccess *_todos;
QAction *actionShowCompleted;
QPopupMenu *_popupMenu;
};
#endif