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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/textviewshow.h b/core/pim/todo/textviewshow.h
index 498de81..cc31522 100644
--- a/core/pim/todo/textviewshow.h
+++ b/core/pim/todo/textviewshow.h
@@ -1,20 +1,20 @@
#include <qtextview.h>
#include "todoshow.h"
namespace Todo {
class TextViewShow : public QTextView, public TodoShow {
public:
TextViewShow( QWidget* parent, MainWindow* );
~TextViewShow();
QString type()const;
- void slotShow( const OTodo& ev );
+ void slotShow( const OPimTodo& ev );
QWidget* widget();
protected:
void keyPressEvent( QKeyEvent* );
};
};