diff options
Diffstat (limited to 'kalarm/alarmevent.cpp')
-rw-r--r-- | kalarm/alarmevent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/alarmevent.cpp b/kalarm/alarmevent.cpp index 00edf2109..87f300401 100644 --- a/kalarm/alarmevent.cpp +++ b/kalarm/alarmevent.cpp @@ -2694,9 +2694,9 @@ void KAEvent::convertKCalEvents(KCal::Calendar& calendar, int version, bool adju * All alarms were of type DISPLAY. Instead of the X-TDE-KALARM-TYPE * alarm property, characteristics were stored as a prefix to the * alarm DESCRIPTION property, as follows: - * SETQNO;[FLAGS];TYPE:TEXT + * SEQNO;[FLAGS];TYPE:TEXT * where - * SETQNO = sequence number of alarm within the event + * SEQNO = sequence number of alarm within the event * FLAGS = C for late-cancel, L for repeat-at-login, D for deferral * TYPE = TEXT or FILE or CMD * TEXT = message text, file name/URL or command |