summaryrefslogtreecommitdiff
path: root/core/pim/todo/textviewshow.h
Side-by-side diff
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 {
public:
- TextViewShow( QWidget* parent );
+ TextViewShow( QWidget* parent, MainWindow* );
~TextViewShow();
@@ -15,2 +15,5 @@ namespace Todo {
+ protected:
+ void keyPressEvent( QKeyEvent* );
+
};