summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoeditor.h
authorzecke <zecke>2004-03-14 20:55:00 (UTC)
committer zecke <zecke>2004-03-14 20:55:00 (UTC)
commit594e12002884f0e105eea3cea75504acca5730a2 (patch) (side-by-side diff)
tree658625e7bb36a64af3f2d9632d6ccccbaa18c627 /core/pim/todo/todoeditor.h
parentb7362708c9d5a1765aa22fdcc87a9b3009cda6b9 (diff)
downloadopie-594e12002884f0e105eea3cea75504acca5730a2.zip
opie-594e12002884f0e105eea3cea75504acca5730a2.tar.gz
opie-594e12002884f0e105eea3cea75504acca5730a2.tar.bz2
Now that using namespace if out of the header fixup todo
Diffstat (limited to 'core/pim/todo/todoeditor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoeditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/todo/todoeditor.h b/core/pim/todo/todoeditor.h
index bcfd205..1ac7f8a 100644
--- a/core/pim/todo/todoeditor.h
+++ b/core/pim/todo/todoeditor.h
@@ -11,10 +11,10 @@ namespace Todo {
Editor();
~Editor();
- OPimTodo newTodo( int currentCatId,
+ Opie::OPimTodo newTodo( int currentCatId,
QWidget* par );
- OPimTodo edit( QWidget* par,
- const OPimTodo& ev = OPimTodo() );
+ Opie::OPimTodo edit( QWidget* par,
+ const Opie::OPimTodo& ev = Opie::OPimTodo() );
bool accepted()const;