summaryrefslogtreecommitdiff
path: root/core/pim/datebook/noteentryimpl.h
Unidiff
Diffstat (limited to 'core/pim/datebook/noteentryimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/noteentryimpl.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/pim/datebook/noteentryimpl.h b/core/pim/datebook/noteentryimpl.h
new file mode 100644
index 0000000..f3adfa6
--- a/dev/null
+++ b/core/pim/datebook/noteentryimpl.h
@@ -0,0 +1,18 @@
1#ifndef noteentryimpl_h
2#define noteentryimpl_h
3
4#include "noteentry.h"
5
6class QString;
7
8class NoteEntry : public NoteEntryBase
9{
10 Q_OBJECT
11
12public:
13 NoteEntry(const QString &title, const QString &noteStr,
14 QWidget* parent = 0, const char* name = 0,
15 bool modal=TRUE, WFlags fl=0);
16};
17
18#endif