summaryrefslogtreecommitdiff
path: root/core/pim/datebook/onoteedit.h
Unidiff
Diffstat (limited to 'core/pim/datebook/onoteedit.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/onoteedit.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/pim/datebook/onoteedit.h b/core/pim/datebook/onoteedit.h
new file mode 100644
index 0000000..2f71d0d
--- a/dev/null
+++ b/core/pim/datebook/onoteedit.h
@@ -0,0 +1,19 @@
1#ifndef ONOTEEDIT_H
2#define ONOTEEDIT_H
3
4#include <qmultilineedit.h>
5
6class ONoteEdit: public QMultiLineEdit {
7
8 Q_OBJECT
9
10 public:
11
12 ONoteEdit (QWidget * parent=0, const char * name=0);
13
14 protected:
15
16 virtual void newLine ();
17};
18
19#endif