summaryrefslogtreecommitdiff
path: root/core/pim/datebook/onoteedit.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/onoteedit.h') (more/less context) (ignore 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 @@
+#ifndef ONOTEEDIT_H
+#define ONOTEEDIT_H
+
+#include <qmultilineedit.h>
+
+class ONoteEdit: public QMultiLineEdit {
+
+ Q_OBJECT
+
+ public:
+
+ ONoteEdit (QWidget * parent=0, const char * name=0);
+
+ protected:
+
+ virtual void newLine ();
+};
+
+#endif