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
@@ -7,5 +7,5 @@ namespace Todo {
7 class TextViewShow : public QTextView, public TodoShow { 7 class TextViewShow : public QTextView, public TodoShow {
8 public: 8 public:
9 TextViewShow( QWidget* parent ); 9 TextViewShow( QWidget* parent, MainWindow* );
10 ~TextViewShow(); 10 ~TextViewShow();
11 11
@@ -14,4 +14,7 @@ namespace Todo {
14 QWidget* widget(); 14 QWidget* widget();
15 15
16 protected:
17 void keyPressEvent( QKeyEvent* );
18
16 }; 19 };
17}; 20};