summaryrefslogtreecommitdiffstats
path: root/libkcal/recurrencerule.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/recurrencerule.h')
-rw-r--r--libkcal/recurrencerule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/recurrencerule.h b/libkcal/recurrencerule.h
index 14335a0b..4d813907 100644
--- a/libkcal/recurrencerule.h
+++ b/libkcal/recurrencerule.h
@@ -199,7 +199,7 @@ class LIBKCAL_EXPORT RecurrenceRule
// Bounded by -366 and +366, 0 means all weeks in that period
};
- RecurrenceRule( /*Incidence *tqparent, int compatVersion = 0*/ );
+ RecurrenceRule( /*Incidence *parent, int compatVersion = 0*/ );
RecurrenceRule(const RecurrenceRule&);
~RecurrenceRule();
@@ -207,7 +207,7 @@ class LIBKCAL_EXPORT RecurrenceRule
bool operator!=( const RecurrenceRule& r ) const { return !operator==(r); }
RecurrenceRule &operator=(const RecurrenceRule&);
-// Incidence *tqparent() const { return mParent; }
+// Incidence *parent() const { return mParent; }
/** Set if recurrence is read-only or can be changed. */