diff options
Diffstat (limited to 'libkcal/alarm.h')
-rw-r--r-- | libkcal/alarm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkcal/alarm.h b/libkcal/alarm.h index fc85e96f7..efe047d62 100644 --- a/libkcal/alarm.h +++ b/libkcal/alarm.h @@ -52,7 +52,7 @@ class LIBKCAL_EXPORT Alarm : public CustomProperties /** Construct a new alarm with variables initialized to "sane" values. */ - explicit Alarm( Incidence *tqparent ); + explicit Alarm( Incidence *parent ); /** Destruct Alarm object. */ @@ -342,13 +342,13 @@ class LIBKCAL_EXPORT Alarm : public CustomProperties bool enabled() const; /** - Set the alarm's tqparent incidence. + Set the alarm's parent incidence. */ void setParent( Incidence * ); /** - Get the alarm's tqparent incidence. + Get the alarm's parent incidence. */ - Incidence *tqparent() const { return mParent; } + Incidence *parent() const { return mParent; } protected: /** |