diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-07 17:06:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-27 23:21:13 +0900 |
commit | c822d344caac7367564ef929037082e3374267be (patch) | |
tree | 5be64ca958a093c3175888b4e15a22724fac4d39 /kalarm/karecurrence.h | |
parent | 3ba5901c39be9c956e74accdafe1a8b8b745e0e5 (diff) | |
download | tdepim-c822d344caac7367564ef929037082e3374267be.tar.gz tdepim-c822d344caac7367564ef929037082e3374267be.zip |
Fixed KAlarm building warnings. Minor style patch up. Fixed possible error in treating deferred evens (see kalarm/alarmevent.cpp:1739).
(cherry picked from commit c036d97d35d25c4511d9569d40c1de07dab96bb6)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kalarm/karecurrence.h')
-rw-r--r-- | kalarm/karecurrence.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kalarm/karecurrence.h b/kalarm/karecurrence.h index f574cd59a..570f1f0cb 100644 --- a/kalarm/karecurrence.h +++ b/kalarm/karecurrence.h @@ -62,11 +62,11 @@ class KARecurrence : public KCal::Recurrence { return init(t, freq, count, f29, start, end); } void fix(); void writeRecurrence(KCal::Recurrence&) const; - TQDateTime endDateTime() const; - TQDate endDate() const; + TQDateTime endDateTime() const; + TQDate endDate() const; bool recursOn(const TQDate&) const; - TQDateTime getNextDateTime(const TQDateTime& preDateTime) const; - TQDateTime getPreviousDateTime(const TQDateTime& afterDateTime) const; + TQDateTime getNextDateTime(const TQDateTime& preDateTime) const; + TQDateTime getPreviousDateTime(const TQDateTime& afterDateTime) const; int longestInterval() const; Type type() const; static Type type(const KCal::RecurrenceRule*); |