summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoshow.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoshow.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoshow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/todo/todoshow.h b/core/pim/todo/todoshow.h
index 7267b13..2babe93 100644
--- a/core/pim/todo/todoshow.h
+++ b/core/pim/todo/todoshow.h
@@ -47,12 +47,14 @@ namespace Todo {
virtual ~TodoShow();
virtual QString type()const = 0;
virtual void slotShow( const OTodo& ev ) = 0;
virtual QWidget* widget() = 0;
protected:
void escapeView();
+ void showNext();
+ void showPrev();
private:
MainWindow *m_win;
};
};
#endif