summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookevent.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookevent.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookevent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookevent.h b/core/pim/today/plugins/datebook/datebookevent.h
index 973efe4..7a5843f 100644
--- a/core/pim/today/plugins/datebook/datebookevent.h
+++ b/core/pim/today/plugins/datebook/datebookevent.h
@@ -14,25 +14,24 @@
14 * * 14 * *
15 ***************************************************************************/ 15 ***************************************************************************/
16 16
17#ifndef DATEBOOKEVENT_PLUGIN_H 17#ifndef DATEBOOKEVENT_PLUGIN_H
18#define DATEBOOKEVENT_PLUGIN_H 18#define DATEBOOKEVENT_PLUGIN_H
19 19
20#include <opie2/oclickablelabel.h> 20#include <opie2/oclickablelabel.h>
21 21
22#include <qpe/datebookdb.h> 22#include <qpe/datebookdb.h>
23 23
24 24
25class DateBookEvent: public Opie::Ui::OClickableLabel { 25class DateBookEvent: public Opie::Ui::OClickableLabel {
26
27 Q_OBJECT 26 Q_OBJECT
28 27
29public: 28public:
30 DateBookEvent( const EffectiveEvent &ev, 29 DateBookEvent( const EffectiveEvent &ev,
31 QWidget* parent = 0, 30 QWidget* parent = 0,
32 bool show_location = 0, 31 bool show_location = 0,
33 bool show_notes = 0, 32 bool show_notes = 0,
34 bool timeExtraLine = 0, 33 bool timeExtraLine = 0,
35 int maxCharClip = 0, 34 int maxCharClip = 0,
36 const char* name = 0, 35 const char* name = 0,
37 WFlags fl = 0 ); 36 WFlags fl = 0 );
38 ~DateBookEvent(); 37 ~DateBookEvent();