summaryrefslogtreecommitdiffstats
path: root/kalarm/karecurrence.h
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/karecurrence.h')
-rw-r--r--kalarm/karecurrence.h8
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*);