summaryrefslogtreecommitdiff
path: root/core/pim/todo/quickeditimpl.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/quickeditimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/quickeditimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/quickeditimpl.h b/core/pim/todo/quickeditimpl.h
index 89b94f8..d465dba 100644
--- a/core/pim/todo/quickeditimpl.h
+++ b/core/pim/todo/quickeditimpl.h
@@ -17,3 +17,3 @@ public:
~QuickEditImpl();
- OTodo todo()const;
+ OPimTodo todo()const;
QWidget* widget();
@@ -32,3 +32,3 @@ private:
QPopupMenu* m_menu;
- OTodo m_todo;
+ OPimTodo m_todo;
bool m_visible;