summaryrefslogtreecommitdiffabout
path: root/libkcal/journal.h
Side-by-side diff
Diffstat (limited to 'libkcal/journal.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/journal.h b/libkcal/journal.h
index cb90c7a..2c1d7ea 100644
--- a/libkcal/journal.h
+++ b/libkcal/journal.h
@@ -39,7 +39,7 @@ class Journal : public Incidence
QCString type() const { return "Journal"; }
Incidence *clone();
- QDateTime getNextAlarmDateTime( bool * ok, int * offset ) const;
+ QDateTime getNextAlarmDateTime( bool * ok, int * offset ,QDateTime start_dt ) const;
private:
bool accept(Visitor &v) { return v.visit(this); }
};