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