From 986afbabdd7c291f2fcbecd865e8c7075623bbf8 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 11 Feb 2003 18:42:42 +0000 Subject: Add switching the views with the ActionKey.. --- (limited to 'core/pim/todo/textviewshow.h') 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 @@ -6,12 +6,15 @@ namespace Todo { class TextViewShow : public QTextView, public TodoShow { public: - TextViewShow( QWidget* parent ); + TextViewShow( QWidget* parent, MainWindow* ); ~TextViewShow(); QString type()const; void slotShow( const OTodo& ev ); QWidget* widget(); + protected: + void keyPressEvent( QKeyEvent* ); + }; }; -- cgit v0.9.0.2