summaryrefslogtreecommitdiff
path: root/core/pim/datebook/onoteedit.h
blob: 2f71d0d4a3c4b71ab6672afef6158b003837130d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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