summaryrefslogtreecommitdiff
path: root/core/pim/todo/textviewshow.h
Unidiff
Diffstat (limited to 'core/pim/todo/textviewshow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/textviewshow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/pim/todo/textviewshow.h b/core/pim/todo/textviewshow.h
index f58026b..498de81 100644
--- a/core/pim/todo/textviewshow.h
+++ b/core/pim/todo/textviewshow.h
@@ -8,3 +8,3 @@ namespace Todo {
8 public: 8 public:
9 TextViewShow( QWidget* parent ); 9 TextViewShow( QWidget* parent, MainWindow* );
10 ~TextViewShow(); 10 ~TextViewShow();
@@ -15,2 +15,5 @@ namespace Todo {
15 15
16 protected:
17 void keyPressEvent( QKeyEvent* );
18
16 }; 19 };