summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimnotify.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/core/opimnotify.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimnotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiepim/core/opimnotify.h b/libopie2/opiepim/core/opimnotify.h
index d0e40ca..4f74d2e 100644
--- a/libopie2/opiepim/core/opimnotify.h
+++ b/libopie2/opiepim/core/opimnotify.h
@@ -129,25 +129,25 @@ class OPimAlarm : public OPimNotify
129 struct Data; 129 struct Data;
130 Data * data; 130 Data * data;
131 131
132 class Private; 132 class Private;
133 Private* d; 133 Private* d;
134 134
135}; 135};
136 136
137/** 137/**
138 * A Reminder will be put into the 138 * A Reminder will be put into the
139 * datebook 139 * datebook
140 * Note that the returned dateTime() may be not valid. 140 * Note that the returned dateTime() may be not valid.
141 * In these cases one must resolve the uid and get the OEvent 141 * In these cases one must resolve the uid and get the OPimEvent
142 */ 142 */
143class OPimReminder : public OPimNotify 143class OPimReminder : public OPimNotify
144{ 144{
145 public: 145 public:
146 /** 146 /**
147 * c'tor of a reminder 147 * c'tor of a reminder
148 * @param uid The uid of the Record inside the Datebook 148 * @param uid The uid of the Record inside the Datebook
149 * @param start the StartDate invalid for all day... 149 * @param start the StartDate invalid for all day...
150 * @param duration The duration of the event ( -1 for all day ) 150 * @param duration The duration of the event ( -1 for all day )
151 * @param parent The 'parent' record of this reminder 151 * @param parent The 'parent' record of this reminder
152 */ 152 */
153 OPimReminder( int uid = 0, const QDateTime& start = QDateTime(), 153 OPimReminder( int uid = 0, const QDateTime& start = QDateTime(),