summaryrefslogtreecommitdiff
path: root/core/pim/datebook/noteentryimpl.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/noteentryimpl.h') (more/less context) (show 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 @@
+#ifndef noteentryimpl_h
+#define noteentryimpl_h
+
+#include "noteentry.h"
+
+class QString;
+
+class NoteEntry : public NoteEntryBase
+{
+ Q_OBJECT
+
+public:
+ NoteEntry(const QString &title, const QString &noteStr,
+ QWidget* parent = 0, const char* name = 0,
+ bool modal=TRUE, WFlags fl=0);
+};
+
+#endif