summaryrefslogtreecommitdiff
path: root/core/pim/todo/textviewshow.h
Unidiff
Diffstat (limited to 'core/pim/todo/textviewshow.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/textviewshow.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/pim/todo/textviewshow.h b/core/pim/todo/textviewshow.h
new file mode 100644
index 0000000..f58026b
--- a/dev/null
+++ b/core/pim/todo/textviewshow.h
@@ -0,0 +1,17 @@
1#include <qtextview.h>
2
3#include "todoshow.h"
4
5namespace Todo {
6
7 class TextViewShow : public QTextView, public TodoShow {
8 public:
9 TextViewShow( QWidget* parent );
10 ~TextViewShow();
11
12 QString type()const;
13 void slotShow( const OTodo& ev );
14 QWidget* widget();
15
16 };
17};