summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoshow.h
Unidiff
Diffstat (limited to 'core/pim/todo/todoshow.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoshow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/pim/todo/todoshow.h b/core/pim/todo/todoshow.h
index 198e9ae..7267b13 100644
--- a/core/pim/todo/todoshow.h
+++ b/core/pim/todo/todoshow.h
@@ -36,2 +36,3 @@
36namespace Todo { 36namespace Todo {
37 class MainWindow;
37 /** 38 /**
@@ -44,3 +45,3 @@ namespace Todo {
44 public: 45 public:
45 TodoShow(); 46 TodoShow( MainWindow* win);
46 virtual ~TodoShow(); 47 virtual ~TodoShow();
@@ -49,2 +50,6 @@ namespace Todo {
49 virtual QWidget* widget() = 0; 50 virtual QWidget* widget() = 0;
51 protected:
52 void escapeView();
53 private:
54 MainWindow *m_win;
50 }; 55 };